xref: /llvm-project/llvm/test/Object/Wasm/invalid-start.test (revision 0d96422768908a8235f05a5d3b1d43ecc6038004)
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