Files
rust/tests/ui/codemap_tests/utf8-bom.rs

6 lines
145 B
Rust
Raw Permalink Normal View History

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