diff options
Diffstat (limited to 'Tests/RunCMake/try_compile/other.c')
-rw-r--r-- | Tests/RunCMake/try_compile/other.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/try_compile/other.c b/Tests/RunCMake/try_compile/other.c new file mode 100644 index 0000000..85c4ef8 --- /dev/null +++ b/Tests/RunCMake/try_compile/other.c @@ -0,0 +1,4 @@ +int other(void) +{ + return 0; +} |