[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Parser / argument_qualified.c
blob7d1b9fdc2c331f5e2006fdbdaee64a78e1724d09
1 // RUN: %clang_cc1 %s
2 int abc (const float x) {
3 return 1;