mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Yul parser hack and more yul tests.
This commit is contained in:
@@ -30,7 +30,8 @@ contract C {
|
||||
return arr[i](x);
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// test(uint256,uint256): 10, 0 -> 11
|
||||
// test(uint256,uint256): 10, 1 -> 12
|
||||
|
||||
Reference in New Issue
Block a user