aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/objc.dg/layout-1.m
blob: 61aeced408a28e99e0900614bd81d9f3cb4bc0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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