summaryrefslogtreecommitdiffstats
path: root/tests/ui/utf8-bom.rs
blob: a3cb0e9a52a853e30915d53758b16459051755de (plain)
1
2
3
4
5
6
// run-pass
//

// This file has utf-8 BOM, it should be compiled normally without error.

pub fn main() {}