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