extern void loopy( int, int );

int main() {
	loopy( 4, 2 );
	
	return 0;
}
