'attribute' : attribute usage is not supported
An attribute block was not properly formed. For example, an attribute block that should end with a semicolon is missing the semicolon.
The following sample generates C3305:
[module(name="xxx", lcid="0x0000")] int main() { return(0); }