]> git.lizzy.rs Git - rust.git/blob - src/test/ui/utf8-bom.rs
Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup
[rust.git] / src / test / 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() {}