// RUN: %clang_cc1 -fsyntax-only -verify -ftemplate-depth 128 -ftemplate-backtrace-limit 4 %s
;
;
// Incrementally instantiate up to S<2048>.
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
// Check that we actually bail out when we hit the instantiation depth limit for
// the default arguments.
void // expected-note {{required here}}