diff options
Diffstat (limited to 'test/ObjectYAML/wasm/start_section.yaml')
-rw-r--r-- | test/ObjectYAML/wasm/start_section.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ObjectYAML/wasm/start_section.yaml b/test/ObjectYAML/wasm/start_section.yaml index 41301a6200377..38feebcdf993b 100644 --- a/test/ObjectYAML/wasm/start_section.yaml +++ b/test/ObjectYAML/wasm/start_section.yaml @@ -1,8 +1,17 @@ # RUN: yaml2obj %s | obj2yaml | FileCheck %s + --- !WASM FileHeader: Version: 0x00000001 Sections: + - Type: TYPE + Signatures: + - ReturnType: I32 + ParamTypes: + - F32 + - F32 + - Type: FUNCTION + FunctionTypes: [ 0, 0, 0 ] - Type: START StartFunction: 1 ... |