Closed as not planned
Description
Zig Version
0.14.0-dev.3267+59dc15fa0
Steps to Reproduce and Observed Behavior
Compiled using zig build -Dtarget=x86_64-windows
Unhandled exception: page fault on execute access to 0x0000000000000000 in 64-bit code (0000000000000000).
struct timespec ts;
clock_gettime(CLOCK_REALTIME, &ts);
Expected Behavior
Complete execution successfuly