diff options
Diffstat (limited to 'Tests/RunCMake/try_compile/other.c')
-rw-r--r-- | Tests/RunCMake/try_compile/other.c | 1 |
1 files changed, 1 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..6c24f10 --- /dev/null +++ b/Tests/RunCMake/try_compile/other.c @@ -0,0 +1 @@ +int other(void) { return 0; } |