Author
anonymous
about 7 years ago
$
prog.cc:5:7: error: cannot initialize a variable of type 'fp' (aka 'void (*)()') with an lvalue of type 'void () __attribute__((stdcall))' fp f = g; ^ ~ 1 error generated.