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/main.cpp2 | |
| parent | 7e0f8751549ed166fefa13afb300527b76bb190a (diff) | |
Add cppfront's header(*.h2) support
Diffstat (limited to 'tests/projects/cppfront/console/src/main.cpp2')
| -rw-r--r-- | tests/projects/cppfront/console/src/main.cpp2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/projects/cppfront/console/src/main.cpp2 b/tests/projects/cppfront/console/src/main.cpp2 index 1ab54b94b..4bf37d8c3 100644 --- a/tests/projects/cppfront/console/src/main.cpp2 +++ b/tests/projects/cppfront/console/src/main.cpp2 @@ -1,7 +1,5 @@ +#include "println.h2" + main: () -> int = println("Hello world!\n"); -println: (msg: _) -> int = { - std::cout << msg; - return 0; -} |
