llzk-sys 30.1.0

Rust bindings to the LLZK C API.
1
2
3
4
5
6
7
8
use crate::mlirGetDialectHandle__llzk__cast__;

#[test]
fn test_mlir_get_dialect_handle_llzk_cast() {
    unsafe {
        mlirGetDialectHandle__llzk__cast__();
    }
}