blob: ed8dab459880bae552c9d3c038ceebd6a6888fac [file] [log] [blame]
int a[1];
int
main()
{
extern int a[];
return *a;
}