headroom-0.4.0.0: test-data/code-samples/rust/sample1.rs
/*
* This is header
*/
fn main() {
/* This is not header */
println!("Hello World!");
// line comment
}/*
* This is header
*/
fn main() {
/* This is not header */
println!("Hello World!");
// line comment
}