summaryrefslogtreecommitdiffstats
path: root/test/Actions/append-fixture/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Actions/append-fixture/foo.c')
-rw-r--r--test/Actions/append-fixture/foo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Actions/append-fixture/foo.c b/test/Actions/append-fixture/foo.c
new file mode 100644
index 0000000..e6428b5
--- /dev/null
+++ b/test/Actions/append-fixture/foo.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(void)
+{
+ printf("Foo\n");
+ return 0;
+}