Sign in
◑
Theme
rust
/
rust
/
08ec41ea3dfd2d30a5747a084d0dbc79fba227d6
/
.
/
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
()
{}