diff options
| author | ruki <[email protected]> | 2021-10-26 23:27:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-26 23:27:19 +0800 |
| commit | dea09f243e33b43c8c8be40d8a471b4580db1de7 (patch) | |
| tree | 86b3b01f70fb6285cbbec3f5b457a04235dd7f78 /tests/projects/mdk/hello/src/foo | |
| parent | 80dd8e90c0eea596298463e521e64b27c4995a4d (diff) | |
improve armlink
Diffstat (limited to 'tests/projects/mdk/hello/src/foo')
| -rw-r--r-- | tests/projects/mdk/hello/src/foo/foo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/mdk/hello/src/foo/foo.c b/tests/projects/mdk/hello/src/foo/foo.c new file mode 100644 index 000000000..e51afb553 --- /dev/null +++ b/tests/projects/mdk/hello/src/foo/foo.c @@ -0,0 +1,4 @@ +int foo(int x)
+{
+ return x;
+}
|
