summaryrefslogtreecommitdiff
path: root/Modules/CheckIPOSupported/foo.c
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2017-03-07 20:18:28 +0800
committerRuslan Baratov <ruslan_baratov@yahoo.com>2017-03-11 19:46:25 +0800
commitfdb2ba2521998397d97d466b10a8ac2458363625 (patch)
tree14c2d5cec41cb22d3dcd64aa23e4d9cbdd2001ee /Modules/CheckIPOSupported/foo.c
parent0b2438118ad93479de09f0d7a0e9b77859f9a9c3 (diff)
downloadcmake-fdb2ba2521998397d97d466b10a8ac2458363625.tar.gz
CheckIPOSupported: New module to check for compiler/cmake IPO support
Diffstat (limited to 'Modules/CheckIPOSupported/foo.c')
-rw-r--r--Modules/CheckIPOSupported/foo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CheckIPOSupported/foo.c b/Modules/CheckIPOSupported/foo.c
new file mode 100644
index 0000000000..1e5659789e
--- /dev/null
+++ b/Modules/CheckIPOSupported/foo.c
@@ -0,0 +1,4 @@
+int foo()
+{
+ return 0x42;
+}