diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/linuxlike/3 linker script/bob.h | 6 |
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 |