diff options
Diffstat (limited to 'test cases/common/85 extract all/four.c')
| -rw-r--r-- | test cases/common/85 extract all/four.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/85 extract all/four.c b/test cases/common/85 extract all/four.c new file mode 100644 index 000000000..5ca6696d9 --- /dev/null +++ b/test cases/common/85 extract all/four.c @@ -0,0 +1,5 @@ +#include"extractor.h" + +int func4() { + return 4; +} |
