diff options
| author | Jianpeng Peng <[email protected]> | 2022-10-19 11:15:47 +0800 |
|---|---|---|
| committer | Jianpeng Peng <[email protected]> | 2022-10-19 11:15:47 +0800 |
| commit | f6a1811657d2a2abc5ca6026bb340cb68942db0a (patch) | |
| tree | 90e26f24189863a289d26ac2679a71a0f84c2501 /tests/projects/embed/gnu-rm/hello/src/foo | |
| parent | d9595826e8f81ec19673adcce87e44931cf75c0f (diff) | |
Add rule and test project for gnu-rm.
Diffstat (limited to 'tests/projects/embed/gnu-rm/hello/src/foo')
| -rw-r--r-- | tests/projects/embed/gnu-rm/hello/src/foo/foo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/embed/gnu-rm/hello/src/foo/foo.c b/tests/projects/embed/gnu-rm/hello/src/foo/foo.c new file mode 100644 index 000000000..a962f560c --- /dev/null +++ b/tests/projects/embed/gnu-rm/hello/src/foo/foo.c @@ -0,0 +1,4 @@ +int foo(int x) +{ + return x; +} |
