rustc/tests/ui/utf8-bom.rs
2025-01-11 15:57:26 +01: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() {}