cosmopolitan/third_party/chibicc/test/hog_test.c
2020-12-09 04:00:48 -08:00

4 lines
41 B
C

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