diff options
Diffstat (limited to 'meson/test cases/linuxlike/3 linker script/bob.h')
-rw-r--r-- | meson/test cases/linuxlike/3 linker script/bob.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/test cases/linuxlike/3 linker script/bob.h b/meson/test cases/linuxlike/3 linker script/bob.h new file mode 100644 index 000000000..351e2fc60 --- /dev/null +++ b/meson/test cases/linuxlike/3 linker script/bob.h @@ -0,0 +1,6 @@ +#ifndef BOB_H_ +#define BOB_H_ + +int bobMcBob(void); + +#endif |