diff options
Diffstat (limited to '64x0/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2')
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/64x0/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2 b/64x0/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2 deleted file mode 100644 index c8eb832..0000000 --- a/64x0/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2 +++ /dev/null @@ -1,10 +0,0 @@ -fun: (forward s1 : std::string, forward s2 : std::string, forward s3 : std::string) = { - std::cout << s1 << s2 << s3 << std::endl; -} - -main: () = { - b : std::string = "b"; - c : std::string = "c"; - fun(std::string("a"), b, c); - b = ""; -} |
