mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-04-25 07:22:15 +00:00
9 lines
80 B
Rust
9 lines
80 B
Rust
|
#![allow(improper_ctypes)]
|
||
|
|
||
|
use fluence::fce;
|
||
|
|
||
|
fn main() {}
|
||
|
|
||
|
#[fce]
|
||
|
struct A {}
|