Add some skip flags
This commit is contained in:
parent
f22bc7b1cf
commit
d717e55f19
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
// compile-flags: -C no-prepopulate-passes
|
||||
// Regression test for #29988
|
||||
|
||||
// compile-flags: -C no-prepopulate-passes
|
||||
// only-x86_64
|
||||
// ignore-windows
|
||||
|
||||
#[repr(C)]
|
||||
struct S {
|
||||
f1: i32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue