blob: 3c433a4e27c9714fb3b2a19c246e60b4d9ef06a6 [file] [log] [blame] [edit]
//@ error-pattern: did not contain valid UTF-8
fn foo() {
include!("not-utf8.bin")
}