solidity/test/libsolidity/syntaxTests/inlineAssembly/invalid/whitespace_in_assignment.sol

10 lines
159 B
Solidity
Raw Normal View History

contract C {
function f() public pure {
assembly {
let x : = mload(0)
}
}
}
// ----
2019-12-19 16:58:20 +00:00
// ParserError: (71-72): Expected identifier but got '='