rust/tests/run-pass-fullmir/from_utf8.rs

5 lines
69 B
Rust
Raw Normal View History

2017-09-16 13:32:38 +02:00
//ignore-msvc
fn main() {
let _ = ::std::str::from_utf8(b"a");
}