]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/self-referencing-lambda/a.h
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / self-referencing-lambda / a.h
1 void f() {
2   int x = 0;
3   auto q = [xm = x]{};
4 }