Sign in
fuchsia
/
third_party
/
rust
/
8429c9911b68afe9c0cc5804cb15fc22f03d913c
/
.
/
tests
/
ui
/
nested-block-comment.rs
blob: 008df27e0e2a2fa4690093bee3b700469740a7eb [
file
] [
log
] [
blame
]
//@ run-pass
/* This test checks that nested comments are supported
/*
This should not panic
*/
*/
pub
fn
main
()
{
}