[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git] / clang / test / CodeGen / Inputs / debug-info-slash.h
blob9092f4a5e817044ff54141d64421e008eda29aef
1 template <typename... T>
2 void f1() {}
3 void a() {
4 auto Lambda = [] {};
5 f1<decltype(Lambda)>();