Yul parser hack and more yul tests.

This commit is contained in:
Daniel Kirchner
2020-05-05 17:23:41 +02:00
parent 28d25afab1
commit b580106c80
4 changed files with 8 additions and 3 deletions
@@ -30,7 +30,8 @@ contract C {
return arr[i](x);
}
}
// ====
// compileViaYul: also
// ----
// test(uint256,uint256): 10, 0 -> 11
// test(uint256,uint256): 10, 1 -> 12