blob: e14e2fc05ad39235c7589b830caa423d901621e8 [file] [log] [blame] [edit]
#![feature(rustc_attrs)]
#[rustc_dummy = b"ffi.rs"] //~ ERROR non-ASCII character in byte string literal
fn main() {}