blob: 4816626452d555981d1014e088f0f06006ab40ce [file] [log] [blame]
Nick Lewycky98a92032011-10-27 07:11:43 +00001// RUN: %clang_cc1 -emit-llvm -std=c++11 -g %s -o -| FileCheck %s
Devang Patelf60dca32011-09-14 23:14:14 +00002
3void foo() {
4 decltype(nullptr) t = 0;
Nick Lewycky98a92032011-10-27 07:11:43 +00005}
6
Pirama Arumuga Nainar3ea9e332015-04-08 08:57:32 -07007// CHECK: !MDBasicType(tag: DW_TAG_unspecified_type, name: "decltype(nullptr)")