forked from OSchip/llvm-project
parent
ee19ceb409
commit
53616ad42d
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clang_cc1 -emit-llvm -o %t %s
|
||||
// RUN: grep '@unreachable' %t | count 0
|
||||
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
|
||||
// CHECK-NOT: @unreachable
|
||||
|
||||
extern void abort() __attribute__((noreturn));
|
||||
extern int unreachable();
|
||||
|
|
Loading…
Reference in New Issue