diff options
Diffstat (limited to 'tests/twopart_side.cpp')
-rw-r--r-- | tests/twopart_side.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/twopart_side.cpp b/tests/twopart_side.cpp new file mode 100644 index 00000000..f6cb92b8 --- /dev/null +++ b/tests/twopart_side.cpp @@ -0,0 +1,8 @@ + +#include<stdio.h> + +void theFunc(char *str) +{ + printf("side got: %s, over\n", str); +} + |