mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 21:40:58 +00:00
6 lines
145 B
Rust
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() {}
|