mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove EWASM backend.
This commit is contained in:
@@ -17,7 +17,6 @@ function id(uint x) pure returns (uint) {
|
||||
function zero(uint) pure returns (uint) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// ----
|
||||
// f(uint256): 10 -> 10
|
||||
// g(uint256): 10 -> 0
|
||||
|
||||
@@ -19,8 +19,6 @@ function id(uint x) pure returns (uint) {
|
||||
function zero(uint) pure returns (uint) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// ----
|
||||
// f(uint256): 10 -> 10
|
||||
// g(uint256): 10 -> 0
|
||||
|
||||
@@ -13,6 +13,5 @@ contract C {
|
||||
return r.f().g();
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
// f(uint256): 100 -> 111
|
||||
Reference in New Issue
Block a user