solidity/test/libsolidity/syntaxTests/empty_struct.sol

6 lines
89 B
Solidity
Raw Normal View History

2018-03-27 13:38:28 +00:00
contract test {
struct A {}
}
// ----
// Warning: Defining empty structs is deprecated.