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
/
external_function.sol
blob: 0315b200044453738b5bef51cfc8b3ce7a4ca1a7 (
plain
) (
blame
)
1
2
3
4
contract
c
{
function
x
()
external
{}
}
// ----