diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/common/245 custom target index source/code_source.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/245 custom target index source/code_source.c b/test cases/common/245 custom target index source/code_source.c new file mode 100644 index 0000000..484955b --- /dev/null +++ b/test cases/common/245 custom target index source/code_source.c @@ -0,0 +1,6 @@ +extern int genfunc(void); + +int genfunc(void) +{ + return 0; +} |