1; RUN: llc < %s
2
3target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
4target triple = "wasm32-unknown-unknown"
5
6; Check that we do not crash when attempting to lower away
7; global_dtors without a definition.
8
9@llvm.global_dtors = external global [2 x { i32, void ()*, i8* }]
10