blob: 7032953f797d83217ab82f85730ebb512cca7945 [file] [log] [blame]
#[repr(transparent)]
struct Transparent { field: u8 }
pub const FOO: Transparent = Transparent { field: 0 };