5 lines
68 B
C
5 lines
68 B
C
struct S { int a; };
|
|
|
|
void f(const char *arg) { }
|
|
void f(S arg) { }
|
struct S { int a; };
|
|
|
|
void f(const char *arg) { }
|
|
void f(S arg) { }
|