diff options
Diffstat (limited to 'llvm/test/FrontendC/2008-01-11-ChainConsistency.c')
| -rw-r--r-- | llvm/test/FrontendC/2008-01-11-ChainConsistency.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/FrontendC/2008-01-11-ChainConsistency.c b/llvm/test/FrontendC/2008-01-11-ChainConsistency.c new file mode 100644 index 00000000000..13e48a34ac5 --- /dev/null +++ b/llvm/test/FrontendC/2008-01-11-ChainConsistency.c @@ -0,0 +1,3 @@ +// RUN: %llvmgcc -S %s -o - -fnested-functions | not grep nest + +void n1(void) { void a(void) { a(); } a(); } |

