meson/test cases/common/13 pch/generated/prog.c

7 lines
112 B
C
Raw Normal View History

// No includes here, they need to come from the PCH
int main(int argc, char **argv) {
return FOO + BAR;
}