blob: 8a5bcb05274f8a27605786a2120d4046b5019977 [file]
function test2 (a) {
test1 (0, 1);
};
function test3 (a) {
test1 (0, 1);
};