solidity/test/libsolidity/semanticTests/isoltestTesting/bytecode.sol
2021-05-23 22:11:48 -05:00

21 lines
445 B
Solidity

contract SmokeTest {
constructor()
{
}
}
// ====
// compileViaYul: also
// ----
// constructor()
// bytecode: 0x00112233 -> 0
// bytecode: 0x60806040526 -> 1
// bytecode: 0x806040526 -> 1
// bytecode: 0x6040526 -> 1
// bytecode: 0x5040526 -> 0
// bytecode: "(60).*" -> 1
// bytecode: ".*(40).*" -> 1
// bytecode: ".*40.*6.*" -> 1
// bytecode: ".*40.*600000.*" -> 0
// bytecode: ".*40.*600011.*" -> 0
// bytecode: ".*40.*6000.*" -> 1