rust/src/test/ui/utf8-bom.rs
2019-07-27 18:56:16 +03:00

7 lines
108 B
Rust

// run-pass
//
// This file has utf-8 BOM, it should be compiled normally without error.
pub fn main() {}