Implement yul syntax tests

This commit is contained in:
Mathias Baumann
2020-02-05 14:58:34 +01:00
parent ef07fc3066
commit fc10e701fc
10 changed files with 551 additions and 246 deletions
@@ -0,0 +1,8 @@
{
function a() {}
function f() { mstore(0, 1) }
function g() { sstore(0, 1) }
function h() { let x := msize() }
function i() { let z := mload(0) }
}
// ----