import std.stdio; void main() { auto x = ((a,b) => a+b); writeln(x(3,5)); }
Standard input is empty
prog.d(5): expression expected, not '>' prog.d(5): found 'a' when expecting ')' prog.d(5): semicolon expected following auto declaration, not ')' prog.d(5): found ')' instead of statement
Standard output is empty