mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 09:03:29 +00:00
idk
This commit is contained in:
8
vendor/arma-rs/tests/derive/fail_union.rs
vendored
Normal file
8
vendor/arma-rs/tests/derive/fail_union.rs
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
use arma_rs::{FromArma, IntoArma};
|
||||
|
||||
#[derive(FromArma, IntoArma)]
|
||||
union DeriveTest {
|
||||
first: u32,
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user