1 /// The root of all evil.
2 #[no_mangle]
root()3 pub extern "C" fn root() {
4 }
5