blob: fac979b668d7d5fac421b9fd5da887625e345a75 [file] [log] [blame]
// PR c++/57673
// { dg-do compile { target c++11 } }
template< int ... p >
struct d {
int n = sizeof ... ( p );
};