// RUN: %clang -emit-llvm -g -S %s -o - // PR13531 template struct unique_ptr { unique_ptr() {} }; template struct Vertex {}; void crash() // Asserts { unique_ptr[]> v = unique_ptr[]>(); }