mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-04-24 23:12:13 +00:00
8 lines
134 B
Rust
8 lines
134 B
Rust
#[attribute]
|
|
pub mod tests {
|
|
pub mod some_mod1;
|
|
pub mod some_mod2 {}
|
|
pub fn some_fn() {}
|
|
const SOME_CONST: i32 = 1;
|
|
}
|