blob: 4cc7e546d8896361bd6cbe8dfde28b1a73ad4794 [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
Eric Christopher87380aa2012-04-23 19:00:24 +00007// CHECK: metadata !{i32 {{.*}}, null, metadata !"nullptr_t", null, i32 0, i64 0, i64 0, i64 0, i32 0, i32 0} ; [ DW_TAG_unspecified_type ]