added missing file

This commit is contained in:
Andreas Rumpf
2016-12-21 12:49:20 +01:00
parent 22ce05ef16
commit 2bb49136de

4
tests/cpp/foo.c Normal file
View File

@@ -0,0 +1,4 @@
char* myFunc() {
return "Hello world";
}