1 /* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, February 2011. */
2 /* Ensure that -Wpadded generates no warnings during runtime structure metadata
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
13 @implementation MyClass