blob: 1cc46f0a31b95e1ce11077b5a0f75490b4f343a4 [file] [log] [blame]
typedef char *array[9];
static array digits_names = {"one", "two", "three", "four",
"five", "six", "seven", "eight", "nine"};
void *bar (void)
{
return digits_names;
}