]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/compat/pr83487-1_main.c
Move gcc.dg/compat dg-skip-if to *_main.c files
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / compat / pr83487-1_main.c
CommitLineData
febe181b 1/* { dg-skip-if "no large alignment" { pdp11-*-* } } */
2
92ca6f74 3extern void do_test (void);
4
5int
6main ()
7{
8 do_test ();
9 return 0;
10}