summaryrefslogtreecommitdiff
path: root/test/binary/annotations-custom-sections.txt
blob: 7e740e17a46b163c080b9bb464f780a9bbe7b635 (plain)
1
2
3
4
5
6
7
8
9
;;; TOOL: run-gen-wasm
;;; ARGS: --enable-annotations
magic
version
section("foo") { "hello" }
(;; STDOUT ;;;
(module
  (@custom "foo" "hello"))
;;; STDOUT ;;)