summary refs log tree commit diff
path: root/src/test/run-pass/utf8-bom.rs
blob: 90874c9b2e384408b491707c406d1f6836aa3a36 (plain)
1
2
3
4
5
//

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

pub fn main() {}