solidity/test/libyul/yulSyntaxTests/metadata_access_2.yul

14 lines
320 B
Plaintext
Raw Normal View History

2021-06-08 14:35:37 +00:00
object "A" {
code {
sstore(dataoffset("0"), dataoffset("1"))
sstore(0, datasize(".mightbereservedinthefuture"))
}
data "0" "UVW"
data ".metadata" "ABC"
data "1" "XYZ"
data ".mightbereservedinthefuture" "TRS"
}
// ----
// TypeError 3517: (90-119): Unknown data object ".mightbereservedinthefuture".