1 // RUN: %clang_cc1 -emit-llvm -std=c++11 -g %s -o -| FileCheck %s 2 3 void foo() { 4 decltype(nullptr) t = 0; 5 } 6 7 // CHECK: [ DW_TAG_unspecified_type ] [decltype(nullptr)] 8