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
Allow implicit void return for global main, closes#254
For example, this is now a complete legal program in pure Cpp2 (with `-p`) with fully conformant Cpp1 code gen: `main: () = std::cout << "Hello world";`
0 commit comments