]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/print/memory-import-shared.wast
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / print / memory-import-shared.wast
1 (module
2 (import "env" "memory" (memory $0 (shared 256 256)))
3 )