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