aboutsummaryrefslogtreecommitdiff
path: root/testsuite/module-playground/printmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/module-playground/printmodule.h')
-rw-r--r--testsuite/module-playground/printmodule.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/module-playground/printmodule.h b/testsuite/module-playground/printmodule.h
new file mode 100644
index 0000000..8505377
--- /dev/null
+++ b/testsuite/module-playground/printmodule.h
@@ -0,0 +1,5 @@
+#pragma once
+
+void printA(void);
+void printB(void);
+void printC(void);