https://issues.dlang.org/show_bug.cgi?id=13361
Issue ID: 13361
Summary: Empty UDA accepted
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: accepts-invalid
Severity: normal
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
DMD currently accepts the following code, which is completely and utterly
useless:
struct A
{
@()
int b;
}
--
