// Build don't run: // Simplified from testcase by Erez Louidor Lior // excess errors test - XFAIL *-*-* template struct A { static const int l[1]; }; template const int A::l[1] = {1}; int i = A::l[0];