summaryrefslogtreecommitdiff
path: root/Tests/Module/CheckIPOSupported-CXX/bar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Module/CheckIPOSupported-CXX/bar.cpp')
-rw-r--r--Tests/Module/CheckIPOSupported-CXX/bar.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Module/CheckIPOSupported-CXX/bar.cpp b/Tests/Module/CheckIPOSupported-CXX/bar.cpp
new file mode 100644
index 000000000..680f21302
--- /dev/null
+++ b/Tests/Module/CheckIPOSupported-CXX/bar.cpp
@@ -0,0 +1,4 @@
+int bar()
+{
+ return 0x42;
+}