``` rust #[rustc_mir(graphviz="foo.gv")] fn mir(){ "hello" as *const str; } ``` will result in  Note the repeated cast to `*const str`.