fork download
  1. typedef char* array;
  2. void f0(const array a) {}
  3.  
  4. void f1(char* const a) {}
  5.  
  6. template<int n>
  7. void f2(char (&a)[n]) {}
  8.  
  9. int main() {}
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty