rust/tests/crashes/132391.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
95 B
Rust
Raw Normal View History

2024-11-06 21:10:23 +00:00
//@ known-bug: #123291
trait MyTrait {
#[repr(align)]
fn myfun();
}
pub fn main() {}