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