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

5 lines
69 B
Rust
Raw Normal View History

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