rust/src/test/compile-fail/multiline-comment-line-tracking.rs
2011-10-07 16:58:27 +02:00

11 lines
137 B
Rust

// -*- rust -*-
// error-pattern:9:3
/* 1
* 2
* 3
*/
fn main() {
%; // parse error on line 9, but is reported on line 6 instead.
}