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