You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your program has UB (dereferencing a null pointer), if you build it with clang with the -fsanitize=undefined flag the same thing will happen, although a better error will be displayed.
Zig Version
0.10.0-dev.3838+77f31ebbb
Steps to Reproduce
my os is linux:Linux sundaqing 5.10.29-amd64-desktop #2 SMP Mon Apr 26 09:48:13 CST 2021 x86_64 GNU/Linux
Expected Behavior
run normal
Actual Behavior
compile with 'zig cc' and dump for illegal instruction
The text was updated successfully, but these errors were encountered: