//! test_output([1,4,9]) export default function main() { let x = 0; return [ x = 1 * 1, x = 2 * 2, x = 3 * 3, ]; }