cosmopolitan/third_party/chibicc/test/hog_test.c

5 lines
41 B
C

main(void) {
void *p;
p = "hello";
}