rust/tests/ui/utf8-bom.rs

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

5 lines
108 B
Rust
Raw Normal View History

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