• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: yaml2obj < %s | not obj2yaml 2>&1 | FileCheck %s
2
3--- !WASM
4FileHeader:
5  Version:         0x00000001
6Sections:
7  - Type:            EXPORT
8    Exports:
9      - Name:            invalid_function_index
10        Kind:            FUNCTION
11        Index:           0x00000001
12
13# CHECK: Error reading file: <stdin>: Invalid function export
14