func.cminus 76 Bytes
Newer Older
lyz's avatar
lyz committed
1 2 3 4 5 6 7
float foo(float a, float b[]) {
	return 1;
}

int main(void) {
	return 0;
}