1 2 3 4 5
#![feature(no_sanitize)] #[no_sanitize(brontosaurus)] //~ ERROR invalid argument fn main() { }