summaryrefslogtreecommitdiff
path: root/test/binary/bad-function-names-too-many.txt
blob: a6415c8db9f02ec21f47d3ac7e8cc7ae334421a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;;; TOOL: run-gen-wasm-bad
magic
version
section(TYPE) { count[1] function params[0] results[0] }
section(FUNCTION) { count[1] sig[0] }
section(CODE) { count[1] func { locals[0] nop } }
section("name") {
  section(NAME_FUNCTION) {
    count[2]
    index[0]
    str("f")
    index[1]
    str("g")
  }
}
(;; STDERR ;;;
error: expected function name count (2) <= function count (1)
0000023: error: OnFunctionNamesCount callback failed
error: expected function name count (2) <= function count (1)
0000023: error: OnFunctionNamesCount callback failed
;;; STDERR ;;)