aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/empty_struct.sol
blob: 87bc2ffe8bb2e922af276a2e4b22410608483273 (plain) (blame)
1
2
3
4
5
contract test {
    struct A {}
}
// ----
// SyntaxError: Defining empty structs is disallowed.