fork download
  1. int main()
  2. {
  3. int a = 1;
  4. int(b) = 2;
  5. int c(3);
  6. int(d)(4);
  7. }
  8.  
Success #stdin #stdout 0s 2848KB
stdin
Standard input is empty
stdout
Standard output is empty