PR c++/85553
[official-gcc.git] / gcc / testsuite / g++.dg / ext / stmtexpr12.C
blobc35f41b0cc522c78abb186b0118f8a3b8162624d
1 // PR c++/29000
2 // { dg-options "" }
4 template<int> int foo()
6   return ({foo;})==0;           // { dg-error "insufficient context" }