simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist-value4.C
blob427147ff7f2c6eacd13eeb3a48927125f7ae0622
1 // PR c++/88857
2 // { dg-do compile { target c++11 } }
4 class S { int a; };
5 void foo (const S &, int);
7 template <int N>
8 void
9 bar ()
11   foo ({}); // { dg-error "too few arguments to function" }