local-decl.cminus 56 Bytes
Newer Older
lyz's avatar
lyz committed
1 2 3 4 5
int main(void) {
	int i; float j;
	void v;
	return 0;
}