PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash61.C
blob1f70bcb89d813fa5d101a0012f4b5e58d645a632
1 // PR c++/29733
3 template<typename T> void foo()
5   T t = 0; // { dg-error "function type" }
8 void bar()
10   foo<int()>();