summaryrefslogtreecommitdiffstats
path: root/test cases/linuxlike/3 linker script/bob.h
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/linuxlike/3 linker script/bob.h')
-rw-r--r--test cases/linuxlike/3 linker script/bob.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/linuxlike/3 linker script/bob.h b/test cases/linuxlike/3 linker script/bob.h
new file mode 100644
index 0000000..351e2fc
--- /dev/null
+++ b/test cases/linuxlike/3 linker script/bob.h
@@ -0,0 +1,6 @@
+#ifndef BOB_H_
+#define BOB_H_
+
+int bobMcBob(void);
+
+#endif