solidity/test/cmdlineTests/strict_asm_debug_info_print_none/input.yul

17 lines
335 B
Plaintext

/// @use-src 0:"input.sol"
object "C_6_deployed" {
code {
/// @src 0:60:101 "contract C {..."
mstore(64, 128)
// f()
fun_f_5()
/// @src 0:77:99 "function f() public {}"
function fun_f_5() {
sstore(0, 42)
}
/// @src 0:60:101 "contract C {..."
}
}