// RUN: %clang_cc1 -no-opaque-pointers -I%S %s -triple x86_64-apple-darwin10 -emit-llvm -fcxx-exceptions -fexceptions -std=c++11 -o - | FileCheck %s
;
;
;
// CHECK: @_Z1fP1B
C *
// CHECK: @_Z1fR1B
C &
void
// CHECK: attributes [[NR]] = { noreturn }