rust/tests/pretty/hir-pretty-attr.rs
2025-02-24 14:31:19 +01:00

7 lines
138 B
Rust

//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-attr.pp
#[repr(C, packed(4))]
#[repr(transparent)]
struct Example {}