Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
objc
/
compile
/
20011211-1.m
blob: b6920019c423abfb24b4c179d93372e1a2fd5920 [
file
] [
log
] [
blame
]
typedef
struct
objc_class
*
Class
;
typedef
struct
objc_object
{
Class
isa
;
}
*
id
;
@interface
nsset
+
(
id
)
set
;
@end
@interface
baz
-
(
void
)
set
;
@end
nsset
*
fn
()
{
nsset
*
bar
;
bar
=
[
nsset
set
];
}