1# RUN: yaml2obj %s | not llvm-objdump -h - 2>&1 | FileCheck %s
2
3!WASM
4FileHeader:
5  Version:         0x00000001
6Sections:
7  - Type:            START
8    StartFunction:   0
9
10# CHECK: {{.*}}: Invalid start function
11