diff options
Diffstat (limited to 'test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp')
-rw-r--r-- | test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp b/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp deleted file mode 100644 index 63f62f2..0000000 --- a/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null - -struct C {}; - -C &foo(); - -void foox() { - for (; ; foo()); -} - |