mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
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() {}
|