Merge pull request #12001 from ethereum/cmdline-test-for-asm-json

Command-line test for `--asm-json`
This commit is contained in:
chriseth
2021-09-22 11:09:02 +02:00
committed by GitHub
4 changed files with 1596 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
--asm-json
+9
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