2025-02-09 22:50:03 +01:00
|
|
|
#[prelude_import]
|
|
|
|
|
use ::std::prelude::rust_2015::*;
|
|
|
|
|
#[macro_use]
|
|
|
|
|
extern crate std;
|
|
|
|
|
//@ pretty-compare-only
|
|
|
|
|
//@ pretty-mode:hir
|
|
|
|
|
//@ pp-exact:hir-pretty-attr.pp
|
|
|
|
|
|
2025-03-05 15:20:16 +00:00
|
|
|
#[attr = Repr([ReprC, ReprPacked(Align(4 bytes)), ReprTransparent])]
|
2025-02-09 22:50:03 +01:00
|
|
|
struct Example {
|
|
|
|
|
}
|