21 lines · yaml
1# RUN: not yaml2obj %s -o /dev/null 2>&1 | FileCheck %s2 3--- !WASM4FileHeader:5 Version: 0x000000016Sections:7 - Type: TYPE8 Signatures:9 - Index: 010 ParamTypes: []11 ReturnTypes: []12 - Type: CODE13 Functions:14 - Index: 015 Locals: []16 Body: 0B17 # CHECK: yaml2obj: error: out of order section type: FUNCTION18 - Type: FUNCTION19 FunctionTypes: [ 0 ]20...21