Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-pass
#![allow(unused_imports)]
#![no_std]
extern crate std;
use std::ffi::c_void;
pub fn main() {
std::println!("Hello world!");
}