blob: 7dae99621bbb6d03cbf2b0773f5f2fc2a784d8a5 [file] [log] [blame]
Richard Smith762bb9d2011-10-13 22:29:44 +00001// RUN: %clang_cc1 -std=c++11 %s 2>&1 | FileCheck %s
Richard Smith1991b712011-09-29 19:42:27 +00002
3// PR11000: Don't crash.
4class tuple<>
5{
6 template <class _Alloc>
7 tuple(allocator_arg_t, const _Alloc&) {}
8
9// CHECK: 6 errors generated.