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
/
parsing
/
smoke_test.sol
blob: d328b16751672179ca0dbbeeb5bd20ae7ea78f73 (
plain
) (
blame
)
1
2
3
4
contract
test
{
uint256
stateVariable1
;
}
// ----