rust/tests/ui/frontmatter/auxiliary/lib.rs
2025-05-05 23:10:08 +08:00

6 lines
55 B
Rust

---something
---
pub fn foo(x: i32) -> i32 {
-x
}