about summary refs log tree commit diff
path: root/tests/ui/codemap_tests/utf8-bom.rs
blob: eb82f6652cb2930359c8563fa14477508465f23f (plain)
1
2
3
4
5
// This file has utf-8 BOM, it should be compiled normally without error.
//@ run-pass
//@ reference: input.byte-order-mark

pub fn main() {}