blob: b62a36fb3a6f1ace72d07c63881842f997e09a21 [file] [log] [blame]
#![cfg(feature = "proc")]
#[macro_use]
extern crate static_assertions;
#[assert(size == 4, align == 4)]
struct Foo {
value: i32,
}