diff options
| author | ruki <[email protected]> | 2025-01-06 22:51:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-06 18:12:52 +0800 |
| commit | d4cbbbb952700a31d17f580a0376b4793de45d7a (patch) | |
| tree | d81500e544caee27ce46d4009ca1dedf2a16ab0e /tests/apis/namespace/root/src/bar.h | |
| parent | 36a07b48ce45afc4f91aa0120aa419eb9b5943d1 (diff) | |
add root tests
Diffstat (limited to 'tests/apis/namespace/root/src/bar.h')
| -rw-r--r-- | tests/apis/namespace/root/src/bar.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/apis/namespace/root/src/bar.h b/tests/apis/namespace/root/src/bar.h new file mode 100644 index 000000000..47d8a7251 --- /dev/null +++ b/tests/apis/namespace/root/src/bar.h @@ -0,0 +1,9 @@ +#ifdef __cplusplus +extern "C" { +#endif + +int sub(int a, int b); + +#ifdef __cplusplus +} +#endif |
