blob: 10ef1a65290cc92c60d1d498fe844f5b91d52bfc [file] [log] [blame]
char list[250][64];
int f(int idx) { return (__builtin_strlen(list[idx])); }