diff options
Diffstat (limited to 'test/CodeGen/2008-01-11-ChainConsistency.c')
-rw-r--r-- | test/CodeGen/2008-01-11-ChainConsistency.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/2008-01-11-ChainConsistency.c b/test/CodeGen/2008-01-11-ChainConsistency.c deleted file mode 100644 index 9ae021f..0000000 --- a/test/CodeGen/2008-01-11-ChainConsistency.c +++ /dev/null @@ -1,3 +0,0 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - -fnested-functions | not grep nest - -void n1(void) { void a(void) { a(); } a(); } |