mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
object "a" {
|
|
code {}
|
|
// Unreferenced data is not added to the assembled bytecode.
|
|
data "str" "Hello, World!"
|
|
}
|
|
// ----
|
|
// Assembly:
|
|
// stop
|
|
// data_acaf3289d7b601cbd114fb36c4d29c85bbfd5e133f14cb355c3fd8d99367964f 48656c6c6f2c20576f726c6421
|
|
// Bytecode: fe
|
|
// Opcodes: INVALID
|
|
// SourceMappings:
|