14 lines · yaml
1# RUN: yaml2obj %s | not mlir-translate --import-wasm -o - 2>&1 | FileCheck %s2 3# CHECK: trying to export function 42 which is undefined in this scope4 5--- !WASM6FileHeader:7 Version: 0x000000018Sections:9 - Type: EXPORT10 Exports:11 - Name: function_export12 Kind: FUNCTION13 Index: 4214