// { dg-do assemble }// GROUPS passed initializationstruct myChoiceList
{int bla;int blubb;int brummbrumm;};externconst myChoiceList foo;externconst myChoiceList foo = {1,1,1};// finish_decl should have an exclusion so an error is not produced// for this line.externconst myChoiceList foo;