mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
|
object "A" {
|
||
|
code {
|
||
|
datacopy(0, dataoffset("3"), datasize("3"))
|
||
|
}
|
||
|
data "1" ""
|
||
|
data "2" hex"0011"
|
||
|
data "3" "hello world this is longer than 32 bytes and should still work"
|
||
|
}
|
||
|
// ----
|