brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · fa88e55 Raw
8 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -fsanitize=unreachable -o - | FileCheck %s2 3// CHECK-LABEL: @f(4void __attribute__((noreturn)) f(void) {5  // CHECK: __ubsan_handle_builtin_unreachable6  // CHECK: unreachable7}8