11 lines
53 B
C++
11 lines
53 B
C++
struct S
|
|
{
|
|
char m0;
|
|
int m1;
|
|
};
|
|
|
|
void
|
|
foo(S&)
|
|
{
|
|
}
|