3 lines
74 B
C
3 lines
74 B
C
#include<nonexisting.h>
|
|
void func(void) { printf("This won't work.\n"); }
|
#include<nonexisting.h>
|
|
void func(void) { printf("This won't work.\n"); }
|