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
/
getter
/
simple_struct.sol
blob: c7a23ae93f46c71fde53a6afe62419e867a4fcac (
plain
) (
blame
)
1
2
3
4
5
6
contract
C
{
struct
Y
{
uint
b
;
}
mapping
(
uint256
=>
Y
)
public
m
;
}