fork download
  1. int main() {
  2. //throw throw "A", "B"; //error: invalid use of 'void'
  3. //throw (throw "A", throw "B"); //error: invalid use of 'void'
  4. //throw (throw "A", "B");
  5. }
Success #stdin #stdout 0s 2880KB
stdin
Standard input is empty
stdout
Standard output is empty