solidity/test/libsolidity/syntaxTests/parsing/assembly_evmasm_type.sol
2018-07-25 11:01:41 +01:00

6 lines
73 B
Solidity

contract C {
function f() public pure {
assembly "evmasm" {}
}
}