//! test_output(3) export default function main() { let x = 0; return ++x + ++x; }