aboutsummaryrefslogtreecommitdiffstats
path: root/test/libyul/objectCompiler/data.yul
blob: daa22d21c8bf87426cf71baccef87ae77c42ba8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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