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