Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / pr21728.c
blob991cb3886f85681bdd2892e74bc67bd2ad9e7adb
1 int main (void)
3 __label__ l1;
4 void __attribute__((used)) q(void)
6 goto l1;
9 l1:;