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