reid-llvm/examples/macro_easy.reid
2025-07-28 22:18:30 +03:00

3 lines
46 B
Plaintext

fn main() -> u32 {
return test_macro!();
}