PR11000.cpp 207 B

123456789
  1. // RUN: not %clang_cc1 -std=c++11 %s 2>&1 | FileCheck %s
  2. // PR11000: Don't crash.
  3. class tuple<>
  4. {
  5. template <class _Alloc>
  6. tuple(allocator_arg_t, const _Alloc&) {}
  7. // CHECK: 6 errors generated.