diff options
Diffstat (limited to 'test cases/common/110 generatorcustom/main.c')
-rw-r--r-- | test cases/common/110 generatorcustom/main.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/common/110 generatorcustom/main.c b/test cases/common/110 generatorcustom/main.c new file mode 100644 index 0000000..04abcf6 --- /dev/null +++ b/test cases/common/110 generatorcustom/main.c @@ -0,0 +1,7 @@ +#include<stdio.h> + +#include"alltogether.h" + +int main(int argc, char **argv) { + return 0; +} |