index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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.