89b0f8a689
The BOM was accidentally removed in https://github.com/rust-lang/rust/pull/57108
5 lines
108 B
Rust
5 lines
108 B
Rust
// This file has utf-8 BOM, it should be compiled normally without error.
|
|
//@ run-pass
|
|
|
|
pub fn main() {}
|