diff options
Diffstat (limited to 'tests/projects/embed/gnu-rm/hello/src/main.c')
| -rw-r--r-- | tests/projects/embed/gnu-rm/hello/src/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/embed/gnu-rm/hello/src/main.c b/tests/projects/embed/gnu-rm/hello/src/main.c new file mode 100644 index 000000000..76b1c316f --- /dev/null +++ b/tests/projects/embed/gnu-rm/hello/src/main.c @@ -0,0 +1,6 @@ +int foo(int x); + +int main() +{ + return foo(1); +} |
