On Thursday, 18 August 2016 at 10:45:14 UTC, Lodovico Giaretta wrote:

Which kind of error? An error message by the compiler? One by the linker? The compiler crashes?


Compiler Error exactly. The minimal code is(dmd or ldc2 in ubuntu 16.04 lts):
```
extern (C++, struct)
class A {}
```

Error: identifier expected for C++ namespace found 'struct' when expecting ')' declaration expected, not ')'

Reply via email to