diff options
Diffstat (limited to 'test/linker/foo.c')
-rw-r--r-- | test/linker/foo.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/linker/foo.c b/test/linker/foo.c new file mode 100644 index 000000000..187032ae2 --- /dev/null +++ b/test/linker/foo.c @@ -0,0 +1,3 @@ +int foo() { + return 43; +} |