IR codegen: Handle address() with library type argument and external library calls

This commit is contained in:
Kamil Śliwak
2020-11-17 20:36:39 +01:00
parent e1292380bd
commit dfa0a0cdff
13 changed files with 226 additions and 7 deletions
@@ -16,6 +16,8 @@ contract C {
return fu();
}
}
// ====
// compileViaYul: also
// ----
// library: L
// f() -> 7, 8
// f() -> 7, 8