mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[Sol->Yul] Compile some tests with yul
This commit is contained in:
@@ -24,6 +24,8 @@ contract C {
|
||||
return 500;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// call(uint256): 0 -> 0
|
||||
// call(uint256): 1 -> 1
|
||||
|
||||
Reference in New Issue
Block a user