rust/tests/ui/utf8-bom.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
108 B
Rust
Raw Normal View History

// run-pass
2014-07-22 06:57:14 +08:00
//
// This file has utf-8 BOM, it should be compiled normally without error.
pub fn main() {}