rust/tests/ui/frontmatter/auxiliary/lib.rs

7 lines
55 B
Rust

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