d: Fix gdc -O2 -mavx generates misaligned vmovdqa instruction [PR114171]
[official-gcc.git] / gcc / testsuite / objc.dg / SEL-typedef.m
blob2ece1fd46cdf70f76307d213d88b5ab9c93206ce
1 /* Check that we accept the SEL typedef.  */
2 /*  { dg-additional-options "-fsyntax-only " } */
4 SEL aSelector;
6 typedef SEL MySEL;