[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Parser / cuda-check-input-kind-assoc.cuh
blob3c65453833faff979c04ff1bbfadfac095e6f5fa
1 // RUN: %clang_cc1 -fsyntax-only -Werror %s
3 // Check input kind association for cuh extension.
5 __attribute__((host, device)) void hd_fn() {}