Command-line test for --asm-json

This commit is contained in:
Kamil Śliwak 2021-09-21 14:09:51 +02:00
parent fc95436704
commit 7bd1d1cf20
3 changed files with 1596 additions and 0 deletions

View File

@ -0,0 +1 @@
--asm-json

View File

@ -0,0 +1,9 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.0;
contract C {
function f(uint x) public pure {
x += 42;
require(x > 100);
}
}

File diff suppressed because it is too large Load Diff