summary refs log tree commit diff
path: root/src/test/run-pass/multiline-comment.rs
blob: 85e80ab201b8e682779eec3056e25c602806533a (plain)
1
2
3
4
5
6
7
8
9



// -*- rust -*-

/*
 * This is a /* depth-balanced */ multi-line comment.
 */
fn main() { }