Can't reproduce your question, you might want to try recompiling the same test code snippet with a different C compiler to see if the issue persists
gcc -o test test.c && ./test
clang -o test test.c && ./test
cl test.c && test.exe