Add more syntax tests for Yul objects

Also move some of them from boost tests.
This commit is contained in:
Alex Beregszaszi
2020-08-05 21:01:46 +01:00
parent e7c99918ed
commit 291c359ee9
37 changed files with 304 additions and 12 deletions
@@ -0,0 +1,10 @@
object "A" {
code {
let x := "B"
pop(dataoffset(x))
}
data "B" hex"00"
}
// ----
// TypeError 9114: (47-57): Function expects direct literals as arguments.