DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / nested-block-comment.rs
1234567891011
//@ run-pass /* This test checks that nested comments are supported /* This should not panic */ */ pub fn main() { }