mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
12 lines
249 B
ObjectPascal
12 lines
249 B
ObjectPascal
![]() |
#[prelude_import]
|
||
|
use ::std::prelude::rust_2015::*;
|
||
|
#[macro_use]
|
||
|
extern crate std;
|
||
|
//@ pretty-compare-only
|
||
|
//@ pretty-mode:hir
|
||
|
//@ pp-exact:hir-pretty-attr.pp
|
||
|
|
||
|
#[attr="Repr([ReprC, ReprPacked(Align(4 bytes)), ReprTransparent])")]
|
||
|
struct Example {
|
||
|
}
|