llvm/llvm/test/Transforms/GlobalOpt/atexit.ll

; RUN: opt < %s -passes=globalopt -S | FileCheck %s

; CHECK: ModuleID
define internal i32 @__cxa_atexit(ptr nocapture %func, ptr nocapture %arg, ptr nocapture %dso_handle) nounwind readnone optsize noimplicitfloat {
  unreachable
}