12 lines
265 B
YAML
12 lines
265 B
YAML
|
# RUN: yaml2obj %s | not llvm-objdump -h - 2>&1 | FileCheck %s
|
||
|
|
||
|
!WASM
|
||
|
FileHeader:
|
||
|
Version: 0x00000001
|
||
|
Sections:
|
||
|
- Type: CUSTOM
|
||
|
Name: linking
|
||
|
Version: 0
|
||
|
|
||
|
# CHECK: {{.*}}: unexpected metadata version: 0 (Expected: 2)
|