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