InlineAssembly: Extracting remaining tests.

This commit is contained in:
Christian Parpart
2020-11-04 12:03:33 +01:00
parent 3597c8343d
commit f55844e0f2
19 changed files with 86 additions and 108 deletions
@@ -0,0 +1,8 @@
{
let x := 2
function g() {
pop(x)
}
}
// ----
// DeclarationError 8198: (36-37): Identifier not found.