summaryrefslogtreecommitdiff
path: root/test/dot_s/lcomm-in-text-segment.wast
blob: 1ffe2b1725cb01a9b015c0b0431411cec84cefec (plain)
1
2
3
4
5
6
7
(module
  (memory 1
    (segment 16 "\t\00\00\00")
  )
  (export "memory" memory)
)
;; METADATA: { "asmConsts": {},"staticBump": 19, "initializers": [] }