fork download
  1. extern "C" static void* foo(int* a){
  2. return nullptr;
  3. }
Compilation error #stdin compilation error #stdout 0s 3452KB
stdin
Standard input is empty
compilation info
prog.cpp:1:12: error: invalid use of 'static' in linkage specification
 extern "C" static void* foo(int* a){
            ^
stdout
Standard output is empty