// RUN: %clang_cc1 %s -fsyntax-only -verify -std=c++11
// Test reproduces a pair of crashes that were caused by code attempting
// to materialize a default constructor's exception specifier.
;
;
// This test checks for a crash that resulted from us miscomputing the
// dependence of a nested initializer list.
;