diff options
Diffstat (limited to 'test cases/common/245 custom target index source/main.c')
-rw-r--r-- | test cases/common/245 custom target index source/main.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test cases/common/245 custom target index source/main.c b/test cases/common/245 custom target index source/main.c new file mode 100644 index 0000000..48af141 --- /dev/null +++ b/test cases/common/245 custom target index source/main.c @@ -0,0 +1,8 @@ +#include <assert.h> +#include "gen.h" + +int main(int argc) +{ + assert(argc == 3); + return genfunc(); +} |