about summary refs log tree commit diff
path: root/tests/pretty/hir-pretty-attr.rs
blob: eb5a677024a8e4cc47c3e64ea92b982689d0c0de (plain)
1
2
3
4
5
6
7
//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-attr.pp

#[repr(C, packed(4))]
#[repr(transparent)]
struct Example {}