You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
171 B
21 lines
171 B
4 months ago
|
@class A;
|
||
|
|
||
|
@class A;
|
||
|
|
||
|
@class A;
|
||
|
|
||
|
@class B;
|
||
|
|
||
|
@protocol P1;
|
||
|
|
||
|
@protocol P2;
|
||
|
@protocol P2;
|
||
|
|
||
|
struct S1;
|
||
|
struct S2;
|
||
|
struct S2;
|
||
|
|
||
|
int func1(int);
|
||
|
|
||
|
void eventually_noreturn(void);
|