Sign in
rust
/
rust
/
8a7e1d75b2e2f4a2e89420130bca8d8d97f9074e
/
.
/
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
()
{}