1 // Test that we can handle capturing structured bindings.
6 // RUN: %clang_cc1 -std=c++23 -triple %itanium_abi_triple \
7 // RUN: %s -emit-module-interface -o %t/m.pcm
8 // RUN: %clang_cc1 -std=c++23 -triple %itanium_abi_triple \
9 // RUN: -emit-llvm -disable-llvm-passes %t/m.pcm \
10 // RUN: -o - | FileCheck %s
23 // Check that we can generate the LLVM IR expectedly.
24 // CHECK: define{{.*}}@_ZGIW1m