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