1 2 3 4 5 6
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s // CHECK: @_Z9no_return int no_return() { // CHECK: unreachable }