Such a declaration in an importable module unit is ill-formed.
â end note]
[Example 1: namespace{struct A {void f(){}};
}
A h(); // deprecated: not internal linkageinlinevoid g(){A().f();}// deprecated: inline and not internal linkage â end example]