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