You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[nodiscard]] autotest::one_liner(cpp2::impl::in<double> a, cpp2::impl::in<double> b, cpp2::impl::in<double> c) -> decltype(auto) { return (a + c) * b; }
87
92
@@ -170,5 +175,7 @@ auto sample_function_after_type() -> void{}
170
175
}
171
176
172
177
#line 83 "pure2-function-body-reflection.cpp2"
173
-
automain() -> int{}
178
+
automain() -> int{
179
+
std::cout << "calling generated function ns::add_1... ns::add_1(42) returned " + cpp2::to_string(ns::add_1(42)) + "\n";
0 commit comments