Sign in
ara-mdk
/
platform
/
external
/
clang
/
f72663fc962c1c27a4793ebd3d2e3d81a4f4e984
/
.
/
test
/
CodeGenCXX
/
debug-info-nullptr.cpp
blob: 4cc7e546d8896361bd6cbe8dfde28b1a73ad4794 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm -std=c++11 -g %s -o -| FileCheck %s
void
foo
()
{
decltype
(
nullptr
)
t
=
0
;
}
// CHECK: metadata !{i32 {{.*}}, null, metadata !"nullptr_t", null, i32 0, i64 0, i64 0, i64 0, i32 0, i32 0} ; [ DW_TAG_unspecified_type ]