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