diff options
Diffstat (limited to 'Src/Wasabi/bfc/test.cpp')
-rw-r--r-- | Src/Wasabi/bfc/test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/Wasabi/bfc/test.cpp b/Src/Wasabi/bfc/test.cpp new file mode 100644 index 00000000..0c2a039a --- /dev/null +++ b/Src/Wasabi/bfc/test.cpp @@ -0,0 +1,5 @@ +#include <stdio.h> + +void prout() { + printf("prout\n"); +} |