blob: b7e06aedb81d7692ebd587b23d1065436b1c7218 [file] [log] [blame]
int f_test (int x)
{
char arr[SIZE];
return arr[x];
}