[ERROR]
Class member cannot have the storage class extern.
class A {
extern int f();
};
Remove the extern specifier.