reid-llvm/examples/module_importee.reid

8 lines
79 B
Plaintext

struct Otus {
field: u32,
}
pub fn test() -> Otus {
Otus {field: 4}
}