Revert DECL_USER_ALIGN part of r241959
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / import-2.c
blobc037e3d1f6f2fbd6b02ce779ede3ab60ba70b723
1 /* { dg-options "-I. -I $srcdir/gcc.dg/pch/include -Wno-deprecated" } */
3 #include "import-2.h"
4 #import "import-2b.h"
6 int main(int argc, char **argv) {
7 return 0;