1
0
mirror of https://github.com/helix-editor/helix synced 2026-07-30 12:13:24 +02:00
Files
2026-06-20 14:49:53 +09:00

7 lines
93 B
Rust

fn main() {
invokeit();
// ^ @function
let s = String::new();
// ^ @type
}