blob: 8d235cdf0316df0f13b266e4043c13362e8a9ff4 [file] [log] [blame]
Rafael Espindola96e78132013-07-04 16:16:58 +00001// RUN: not %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.