7 lines
No EOL
73 B
Text
7 lines
No EOL
73 B
Text
struct A {}
|
|
struct B { int x }
|
|
|
|
void foo(A a, B b) {
|
|
a = b;
|
|
return;
|
|
} |