summaryrefslogtreecommitdiffstats
path: root/clang/test/Import/do-stmt/Inputs/F.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Import/do-stmt/Inputs/F.cpp')
-rw-r--r--clang/test/Import/do-stmt/Inputs/F.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Import/do-stmt/Inputs/F.cpp b/clang/test/Import/do-stmt/Inputs/F.cpp
new file mode 100644
index 00000000000..a58efb3a25c
--- /dev/null
+++ b/clang/test/Import/do-stmt/Inputs/F.cpp
@@ -0,0 +1,7 @@
+void f() {
+ do
+ ;
+ while (true);
+ do {
+ } while (false);
+}
OpenPOWER on IntegriCloud