[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / PCH / line-directive-nofilename.h
blob2e2d189de3f0320d8cbecdb84ab5b9bb8c07276b
1 #line 42
2 int foo; // This should appear as at line-directive-nofilename.h:42
4 #line 100 "foobar.h"
5 int bar; // This should appear as at foobar.h:100