/*EXPECTED
2 4
*/

class _Main {
	static function main(args : string[]) : void {
		log (1, 2), (3, 4);
	}
}
