aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/empty_struct.sol
blob: 12655309ffbdca413961646e0693279d70c442cd (plain) (blame)
1
2
3
4
5
contract test {
    struct A {}
}
// ----
// Warning: (17-28): Defining empty structs is deprecated.