blob: 892142d180d02744f8c6d91fc4f620a2573c59a9 [file] [log] [blame]
// { dg-additional-options "-fmodules -fabi-version=21 -Wabi=15" }
// { dg-skip-if "test assumes that structs have padding" { default_packed } }
import "class-11_a.H";
struct M1 : pr106381 {
char x; // { dg-warning "offset" "" { target c++14 } }
};
struct M2 : pr120012 {
unsigned char y; // { dg-warning "offset" "" { target c++20 } }
};