Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
obj-c++.dg
/
SEL-typedef.mm
blob: 2ece1fd46cdf70f76307d213d88b5ab9c93206ce [
file
] [
log
] [
blame
]
/* Check that we accept the SEL typedef. */
/* { dg-additional-options "-fsyntax-only " } */
SEL aSelector
;
typedef
SEL
MySEL
;