Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
df95d146c13cf02e106b32b01d147577d6d6b5a1
/
.
/
test
/
CodeGenCXX
/
debug-info-nullptr.cpp
blob: 588dc5f3c3993924e9d7a695ec4e911641708482 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -S -std=c++11 -masm-verbose -g %s -o -| FileCheck %s
//CHECK: DW_TAG_unspecified_type
//CHECK-NEXT: "nullptr_t"
void
foo
()
{
decltype
(
nullptr
)
t
=
0
;
}