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

7 lines
55 B
Rust

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