summaryrefslogtreecommitdiffstats
path: root/test cases/common/13 pch/generated/prog.c
blob: a75c2d23b6c9390fe43e5ce05fe5290485fce14f (plain)
1
2
3
4
5
// No includes here, they need to come from the PCH

int main(void) {
    return FOO + BAR;
}