diff options
| author | ruki <[email protected]> | 2024-07-15 23:18:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-15 23:18:06 +0800 |
| commit | 0dc0148b8bd4d48bec1b6aefdd59761c31361a93 (patch) | |
| tree | 91ded58ee5060849d020d70b3441883ee02b9dd3 /tests/actions/install/src/foo.cpp | |
| parent | 1cf160a75f0f03e114c09af4f78416762663b904 (diff) | |
add install test
Diffstat (limited to 'tests/actions/install/src/foo.cpp')
| -rw-r--r-- | tests/actions/install/src/foo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/actions/install/src/foo.cpp b/tests/actions/install/src/foo.cpp new file mode 100644 index 000000000..1a1fb3425 --- /dev/null +++ b/tests/actions/install/src/foo.cpp @@ -0,0 +1,5 @@ +#include "foo.h" + +int add(int a, int b) { + return a + b; +} |
