ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/objc.dg/layout-1.m

16 lines
325 B
Mathematica
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
/* Ensure that we do not get bizarre warnings referring to
__attribute__((packed)) or some such. */
/* { dg-do compile } */
/* { dg-options "-Wpadded -Wpacked" } */
#include "../objc-obj-c++-shared/TestsuiteObject.h"
@interface Derived1: TestsuiteObject
{ }
@end
@interface Derived2: TestsuiteObject
- (id) foo;
@end