diff options
Diffstat (limited to 'test cases/common/81 extract all/extractor.h')
-rw-r--r-- | test cases/common/81 extract all/extractor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/81 extract all/extractor.h b/test cases/common/81 extract all/extractor.h new file mode 100644 index 0000000..cfb7ff6 --- /dev/null +++ b/test cases/common/81 extract all/extractor.h @@ -0,0 +1,6 @@ +#pragma once + +int func1(void); +int func2(void); +int func3(void); +int func4(void); |