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
/
function_no_body.sol
blob: c4a686dcce72dfd27ae2f48e1971dbde5ae2d7f3 (
plain
) (
blame
)
1
2
3
contract
test
{
function
functionName
(
bytes32
input
)
public returns
(
bytes32
out
);
}