Code blocks fenced with indent

#![allow(unused)]
    fn main() {
// This has a first line that is indented.
    println!("hello");
}