64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
14 lines
341 B
YAML
14 lines
341 B
YAML
# RUN: yaml2obj < %s | not obj2yaml 2>&1 | FileCheck %s
|
|
|
|
--- !WASM
|
|
FileHeader:
|
|
Version: 0x00000001
|
|
Sections:
|
|
- Type: EXPORT
|
|
Exports:
|
|
- Name: invalid_function_index
|
|
Kind: FUNCTION
|
|
Index: 0x00000001
|
|
|
|
# CHECK: Error reading file: <stdin>: Invalid function export
|