blob: b52e3cc83fab2715aa43bce8a7e6189d6d192af5 [file] [log] [blame]
#![feature(no_sanitize)]
#[no_sanitize(brontosaurus)] //~ ERROR invalid argument
fn main() {
}