export default function main() { const foo = 0; foo++; // Should throw return foo; }