const ONE = TWO - 1; const TWO = ONE + 1; /** @compilation_should_fail @stderr const ONE @stderr undefined symbol `TWO` */