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

8 lines
132 B
Solidity

contract C {
function f() public pure {
assembly "failasm" {}
}
}
// ----
// ParserError: (55-64): Only "evmasm" supported.