Command-line test for --asm-json

This commit is contained in:
Kamil Śliwak
2021-09-21 16:28:16 +02:00
parent fc95436704
commit 7bd1d1cf20
3 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