invalid.c 70 B

123
  1. #include<nonexisting.h>
  2. void func() { printf("This won't work.\n"); }