rustc/tests/ui/utf8-bom.rs
2024-06-21 09:39:33 +02:00

7 lines
109 B
Rust

//@ run-pass
//
// This file has utf-8 BOM, it should be compiled normally without error.
pub fn main() {}