summary refs log tree commit diff
path: root/tests/ui/multiline-comment.rs
blob: bf86250c1f897591719ef1e5e6adf37a2722be03 (plain)
1
2
3
4
5
6
7
//@ run-pass
//@ pretty-expanded FIXME #23616

/*
 * This is a multi-line oldcomment.
 */
pub fn main() { }