summary refs log tree commit diff
path: root/tests/ui/utf8-bom.rs
blob: e2e4ccd63c1646458486f82c0e72d4917f85894b (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() {}