blob: 35ffa49da3b713bbb900d40cc592663f2ed7751b [file] [log] [blame]
/* Ensure that we do not get bizarre warnings referring to
__attribute__((packed)) or some such. */
/* { dg-do compile } */
/* { dg-options "-Wpadded -Wpacked -Wabi" } */
#include <objc/Object.h>
@interface Derived1: Object
{ }
@end
@interface Derived2: Object
- (id) foo;
@end
/* { dg-prune-output "In output included from" } Ignore this message. */
/* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */