fork download
  1. struct polygon {};
  2. void g( polygon& const poly );
  3. int main() {}
  4.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:2:24: error: ‘const’ qualifiers cannot be applied to ‘polygon&’
stdout
Standard output is empty