The following declarations are rejected by libdparse:
enum abc = "abc";
__gshared:
extern(C++, "abc") int k;
extern(C++, "a", "b", "c") int m;
extern(C++, (abc)) int n;
extern(C++, ("abc")) int o;
(Allthough some of them aren't even documented in the spec)
The following declarations are rejected by libdparse:
(Allthough some of them aren't even documented in the spec)