Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
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
;