//! Test that basic multiline comments are parsed correctly. //! //! Feature implementation test for . //@ run-pass /* * This is a multi-line comment. */ pub fn main() {}