fork(4) download
  1. auto glambda = [](auto a) { return a; };
  2.  
  3. int main() {}
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:24: error: parameter declared ‘auto’
prog.cpp: In lambda function:
prog.cpp:1:36: error: ‘a’ was not declared in this scope
prog.cpp:1:39: error: return-statement with a value, in function returning 'void' [-fpermissive]
stdout
Standard output is empty