array.cminus 60 Bytes
Newer Older
lyz's avatar
lyz committed
1 2 3 4 5
int main(void) {
	int array[1];
	array[1] = 0;
	return 0;
}