Sign in
rust
/
rust
/
9ccafdc0f8d93f25159bee054ff1bd4e0143c8a4
/
.
/
tests
/
ui
/
parser
/
multiline-comments-basic.rs
blob: 1aa2a531f5cc23023b7f5a4855204fedd3bb69e9 [
file
]
//! Test that basic multiline comments are parsed correctly.
//!
//! Feature implementation test for <https://github.com/rust-lang/rust/issues/66>.
//@ run-pass
/*
* This is a multi-line comment.
*/
pub
fn
main
()
{}