]> git.lizzy.rs Git - rust.git/blob - tests/ui/utf8-bom.rs
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / ui / utf8-bom.rs
1 // run-pass
2 //
3
4 // This file has utf-8 BOM, it should be compiled normally without error.
5
6 pub fn main() {}