This compiles: ``` fn main() { let i: int; i += 2; } ``` Now, I can't seem to get that anything reads the value again to compile, but it seems like bad times anyway. Thought to try this because of #12452.