// test_output! [1,1] export default function main() { let a; let b; a = b = 1; return [a, b]; }