// Build don't run: // APPLE LOCAL darwin native // excess errors test - XFAIL *-*-aout *-*-coff *-*-hpux* *-*-hms *-*-darwin* // Simplified from testcase by Erez Louidor Lior template struct A { static const int l[1]; }; template const int A::l[1] = {1}; int i = A::l[0]; int main(){}