diff options
| author | ruki <[email protected]> | 2021-10-18 21:02:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-18 21:02:26 +0800 |
| commit | 4e3967d123432b2352b450ed892fcb1b8f3b37d2 (patch) | |
| tree | 6fbd34ee82aff8e57cb779784a44de030dfa9c3e /tests/projects/c/unity_build/src/test.cpp | |
| parent | 69ddff2a27199172659c9c823dabde8c4b004ae3 (diff) | |
rename to unity build
Diffstat (limited to 'tests/projects/c/unity_build/src/test.cpp')
| -rw-r--r-- | tests/projects/c/unity_build/src/test.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/c/unity_build/src/test.cpp b/tests/projects/c/unity_build/src/test.cpp new file mode 100644 index 000000000..1cedddad9 --- /dev/null +++ b/tests/projects/c/unity_build/src/test.cpp @@ -0,0 +1,4 @@ +int test_cpp() +{ + return 0; +} |
