2025-03-03 02:19:27 +01:00

10 lines
74 B
Plaintext

#[builtin(Hello)]
fn c_hello() -> int {}
fn main() {
c_hello();
}