2019-09-09 16:22:02 +00:00
|
|
|
contract C {
|
|
|
|
receive () payable external { }
|
|
|
|
}
|
2020-04-17 20:24:33 +00:00
|
|
|
// ====
|
|
|
|
// compileViaYul: also
|
2020-11-21 13:54:16 +00:00
|
|
|
// compileToEwasm: also
|
2019-09-09 16:22:02 +00:00
|
|
|
// ----
|
|
|
|
// (), 1 ether
|
|
|
|
// (), 1 ether: 1 -> FAILURE
|