2 // This ICEd in substitute_placeholder_in_expr because it did not
3 // implement the 4 element trees.
4 // Orginal test by: <wanderer@rsu.ru>
5 // Reduced by: <bangerth@dealii.org>
6 /* { dg-do compile } */
9 const T& xmin(const T& a, const T& b);
11 void bar (char *, ...);
18 bar( buf, descs[ xmin(t-1,4) ], 0 );