9 lines
57 B
C
9 lines
57 B
C
struct S
|
|
{
|
|
int m0;
|
|
char m1;
|
|
};
|
|
|
|
int
|
|
foo(struct S*);
|