Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
objc.dg
/
SEL-typedef.m
blob: 2ece1fd46cdf70f76307d213d88b5ab9c93206ce [
file
] [
log
] [
blame
]
/* Check that we accept the SEL typedef. */
/* { dg-additional-options "-fsyntax-only " } */
SEL aSelector
;
typedef
SEL
MySEL
;