blob: 95761ea156b3f1b08b1b7003aece5c202eb1be62 [file] [log] [blame]
extern const int i[];
int dummy(void) {
return i[0];
}