Sam Clegg | 072e32f | 2017-05-09 17:51:38 +0000 | [diff] [blame] | 1 | # RUN: yaml2obj %s | not llvm-objdump -h - 2>&1 | FileCheck %s |
2 | |||||
3 | !WASM | ||||
4 | FileHeader: | ||||
5 | Version: 0x00000001 | ||||
6 | Sections: | ||||
7 | - Type: START | ||||
8 | StartFunction: 0 | ||||
9 | |||||
10 | # CHECK: {{.*}}: Invalid start function |