brintos

brintos / llvm-project-archived public Read only

0
0
Text · 49 B · 756fe18 Raw
5 lines · c
1void f() {2  int x = 0;3  auto q = [xm = x]{};4}5