rust/tests/ui/utf8-bom.rs
Eric Huss 89b0f8a689 Fix utf8-bom test
The BOM was accidentally removed in https://github.com/rust-lang/rust/pull/57108
2024-10-07 14:45:49 -07:00

5 lines
108 B
Rust

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