cairo-native 0.9.0-rc.3

A compiler to convert Cairo's IR Sierra code to MLIR and execute it.
1
2
3
4
5
6
7
enum MyEnum {
    A: u64
}

fn main(x: MyEnum) -> MyEnum {
    x
}