blob: e5d49ca43e9ee31fd6a3b813980805d13624ec19 [file] [log] [blame]
// PR c++/54891
// { dg-do compile { target c++11 } }
int main()
{
(void)[]{};
}