aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/28 try compile/invalid.c
blob: 6c9cfb84043d6522f344fee3999c4312a3803e07 (plain)
1
2
#include<nonexisting.h>
void func(void) { printf("This won't work.\n"); }