4 lines
49 B
C
4 lines
49 B
C
void f() {
|
|
int x = 0;
|
|
auto q = [xm = x]{};
|
|
}
|
void f() {
|
|
int x = 0;
|
|
auto q = [xm = x]{};
|
|
}
|