rustc/tests/run-make/json-error-no-offset/submodule/mod.rs
2024-10-21 11:08:01 +02:00

4 lines
37 B
Rust

pub fn foo() {
let _MyFoo = 2;
}