diff options
| author | carols <[email protected]> | 2024-04-07 12:57:02 +0800 |
|---|---|---|
| committer | carols <[email protected]> | 2024-04-07 12:57:02 +0800 |
| commit | 99e57fc8e1ac160832860547e7d220254366a96a (patch) | |
| tree | 18fcae157f8b88f8d51bf054e138b0d8c1ec0c5e /tests/projects/cppfront/console/src/println.h2 | |
| parent | 7e0f8751549ed166fefa13afb300527b76bb190a (diff) | |
Add cppfront's header(*.h2) support
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; +} |
