brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · 3054ef8 Raw
8 lines · cpp
1// RUN: %clang_cc1 -emit-llvm -std=c++11 -debug-info-kind=limited %s -o -| FileCheck %s2 3void foo() {4  decltype(nullptr) t = 0;5}6 7// CHECK: !DIBasicType(tag: DW_TAG_unspecified_type, name: "decltype(nullptr)")8