summaryrefslogtreecommitdiffstats
path: root/Tests/TryCompile/pass2a.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-06-24 12:37:30 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-06-24 12:37:30 (GMT)
commit7bf42bf9cc7f987337767655f59d8eabd77b81fe (patch)
tree228c61931070cc19f4070d65e0bb17625767be90 /Tests/TryCompile/pass2a.c
parenta0039a00fa9c8c0b8c2699492602cd926027029c (diff)
parent482f1122ad5db4c51b26a6e943b4bb5ef3d800cc (diff)
downloadCMake-7bf42bf9cc7f987337767655f59d8eabd77b81fe.zip
CMake-7bf42bf9cc7f987337767655f59d8eabd77b81fe.tar.gz
CMake-7bf42bf9cc7f987337767655f59d8eabd77b81fe.tar.bz2
Merge topic 'add-try_compile-options'
482f112 try_compile: Add signature to allow multiple SOURCES
Diffstat (limited to 'Tests/TryCompile/pass2a.c')
-rw-r--r--Tests/TryCompile/pass2a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/TryCompile/pass2a.c b/Tests/TryCompile/pass2a.c
new file mode 100644
index 0000000..bbfe6d5
--- /dev/null
+++ b/Tests/TryCompile/pass2a.c
@@ -0,0 +1,2 @@
+extern int pass2b(void);
+int main() { return pass2b(); }