[b1775e]: / test / types-array.c  Maximize  Restore  History

Download this file

7 lines (5 with data), 49 Bytes

1
2
3
4
5
6
char test[2];

void func(void)
{
	test[1] = 5;
}