summaryrefslogtreecommitdiff
path: root/test/FrontendC/2008-01-11-ChainConsistency.c
blob: 13e48a34ac52de3897e6ea37cdfbc0bec6f77fd2 (plain)
1
2
3
// RUN: %llvmgcc -S %s -o - -fnested-functions | not grep nest

void n1(void) { void a(void) { a(); } a(); }