summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp')
-rw-r--r--llvm/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp b/llvm/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp
new file mode 100644
index 00000000000..40c9c87ae1e
--- /dev/null
+++ b/llvm/test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp
@@ -0,0 +1,10 @@
+// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
+
+struct C {};
+
+C &foo();
+
+void foox() {
+ for (; ; foo());
+}
+
OpenPOWER on IntegriCloud