mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 04:23:37 +00:00
9 lines
95 B
Rust
9 lines
95 B
Rust
//@ known-bug: #123291
|
|
|
|
trait MyTrait {
|
|
#[repr(align)]
|
|
fn myfun();
|
|
}
|
|
|
|
pub fn main() {}
|