1
0
mirror of https://github.com/fluencelabs/marine-rs-sdk synced 2025-03-17 07:00:51 +00:00

9 lines
108 B
Rust
Raw Normal View History

2021-04-02 18:31:19 +03:00
#![allow(improper_ctypes)]
use marine_rs_sdk::marine;
2021-04-02 18:31:19 +03:00
fn main() {}
2021-05-10 13:50:52 +03:00
#[marine]
2021-04-02 18:31:19 +03:00
struct A(pub i32, pub u32);