mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-21 18:02:50 +02:00
9 lines
94 B
Rust
9 lines
94 B
Rust
#[repr(C)]
|
|
struct Foo {}
|
|
|
|
pub const Foo_FOO: u32 = 42;
|
|
|
|
impl Foo {
|
|
const FOO: i32 = 0;
|
|
}
|
|
|