fork(2) download
  1. int x;
  2. int main() {
  3. [](int n){x = n;}; // 'x' cannot be captured...
  4. return 0;
  5. }
Success #stdin #stdout 0s 3292KB
stdin
Standard input is empty
stdout
Standard output is empty