xref: /llvm-project/llvm/test/CodeGen/WebAssembly/global_dtors.ll (revision 73856247eef35f5336e485dc009842a5b991c421)
1; RUN: llc < %s
2
3target triple = "wasm32-unknown-unknown"
4
5; Check that we do not crash when attempting to lower away
6; global_dtors without a definition.
7
8@llvm.global_dtors = external global [2 x { i32, ptr, ptr }]
9