Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

so this compiles just fine

Name: Anonymous 2014-04-27 16:07


#include <stdio.h>

int main(int argc, char** argv) {
int i = i;
printf("%d\n", i);
return 0;
}


I guess I shouldn't be surprised, but this is a bit of a jolt after using let.

Name: Anonymous 2014-04-27 16:39

gcc -g -gdwarf-4 -Og -Wall -Wextra --std=c11 -Wpedantic -Wno-empty-body -Wno-unused-parameter -fno-diagnostics-show-caret -fsanitize=address -fno-omit-frame-pointer -Wno-unused-function -pthread -lpthread -D_XOPEN_SOURCE=700 -Werror *.c

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List