summaryrefslogtreecommitdiff
path: root/test/Misc
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2017-06-12 18:05:13 +0000
committerYaron Keren <yaron.keren@gmail.com>2017-06-12 18:05:13 +0000
commit8b39c208106d5480723805893049ac8212ff39f0 (patch)
tree16130424366dbfb94acbad2ed3e515f4b93a4791 /test/Misc
parent2b3c4c91a113a8658285c8fd68c296e22df255f0 (diff)
Add regression test for r305179.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305213 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc')
-rw-r--r--test/Misc/pr32207.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Misc/pr32207.c b/test/Misc/pr32207.c
new file mode 100644
index 0000000000..57b147d026
--- /dev/null
+++ b/test/Misc/pr32207.c
@@ -0,0 +1,3 @@
+// test for r305179
+// RUN: %clang_cc1 -emit-llvm -O -mllvm -print-after-all %s -o %t 2>&1 | grep '*** IR Dump After Function Integration/Inlining ***'
+void foo() {}