This commit is contained in:
chriseth
2020-12-17 17:00:51 +01:00
parent 35908c602b
commit 1fa371d426
12 changed files with 69 additions and 3 deletions
@@ -8,7 +8,8 @@ contract C {
r += 1;
}
}
// ====
// compileViaYul: false
// ----
// f(bool): false -> 1
// f(bool): true -> 2