aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/return.cpp
blob: 2af1a5266e2509d76c2c827c61f52585e05b2efb (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s

// CHECK: @_Z9no_return
int no_return() {
  // CHECK: unreachable
}