blob: 3a9dbeba900a84a5ff73441c7e8d0e913d956441 [file] [log] [blame]
// This already worked before the #409 code changes.
fn test() {
let mut a = 1;
a + = 1; // { dg-error "found unexpected token '=' in null denotation" }
}