PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / objc.dg / layout-2.m
blob0880b2eee482aefb1a8fcd9e2a4f51c95ca99462
1 /* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, February 2011.  */
2 /* Ensure that -Wpadded generates no warnings during runtime structure metadata
3    generation.  */
4 /* { dg-do compile } */
5 /* { dg-options "-Wpadded" } */
7 #include "../objc-obj-c++-shared/TestsuiteObject.h"
9 /* Implement a class, so that the metadata generation happens.  */
10 @interface MyClass : TestsuiteObject
11 @end
13 @implementation MyClass
14 @end