0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-12-01 04:21:19 +01:00
rust/tests/ui/utf8-bom.rs
2024-10-30 16:47:47 -07:00

6 lines
145 B
Rust

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