rust/src/test/compile-fail/not-utf8.rs
2012-07-30 18:38:15 -07:00

6 lines
74 B
Rust

// error-pattern: is not UTF-8
fn foo() {
include!{"not-utf8.bin"}
}