mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
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() {}
|