]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/utf8-bom.rs
Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakis
[rust.git] / src / test / run-pass / utf8-bom.rs
1 //
2
3 // This file has utf-8 BOM, it should be compiled normally without error.
4
5 pub fn main() {}