diff options
Diffstat (limited to 'Tests/Framework/foo.cxx')
-rw-r--r-- | Tests/Framework/foo.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/Framework/foo.cxx b/Tests/Framework/foo.cxx new file mode 100644 index 0000000..62acbb7 --- /dev/null +++ b/Tests/Framework/foo.cxx @@ -0,0 +1,6 @@ +#include <stdio.h> + +void foo() +{ + printf("foo\n"); +} |