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