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