diff options
Diffstat (limited to 'tests/test-simple-app.c')
-rw-r--r-- | tests/test-simple-app.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test-simple-app.c b/tests/test-simple-app.c new file mode 100644 index 0000000..9c2d164 --- /dev/null +++ b/tests/test-simple-app.c @@ -0,0 +1,8 @@ + +int +main (int argc, char ** argv) +{ + + + return 0; +} |