diff options
| author | carols <[email protected]> | 2024-04-07 21:10:39 +0800 |
|---|---|---|
| committer | carols <[email protected]> | 2024-04-07 21:14:13 +0800 |
| commit | 4044b796efabe9d22ab4208bebe484c18492bf06 (patch) | |
| tree | 1b49aa62d95436a8eb1505a7d4c69c3d170f647c /tests/projects/cppfront/console/src/println.h2 | |
| parent | 014639a6dc483e72a9184504f466b9a464dc9748 (diff) | |
Add Add cppfront's header(*.h2) support,use add_deps instead of on_buildcmd_file,
Diffstat (limited to 'tests/projects/cppfront/console/src/println.h2')
| -rw-r--r-- | tests/projects/cppfront/console/src/println.h2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/cppfront/console/src/println.h2 b/tests/projects/cppfront/console/src/println.h2 new file mode 100644 index 000000000..24c244da4 --- /dev/null +++ b/tests/projects/cppfront/console/src/println.h2 @@ -0,0 +1,4 @@ +println: (msg: _) -> int = { + std::cout << msg; + return 0; +} |
