aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/81 extract all/four.c
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/81 extract all/four.c')
-rw-r--r--meson/test cases/common/81 extract all/four.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/common/81 extract all/four.c b/meson/test cases/common/81 extract all/four.c
new file mode 100644
index 000000000..f67a85e68
--- /dev/null
+++ b/meson/test cases/common/81 extract all/four.c
@@ -0,0 +1,5 @@
+#include"extractor.h"
+
+int func4(void) {
+ return 4;
+}