xref: /llvm-project/clang/test/Parser/cuda-check-input-kind-assoc.cuh (revision e7c7a1982632270ae655c7ec8e490ca2c44193a0)
1 // RUN: %clang_cc1 -fsyntax-only -Werror %s
2 
3 // Check input kind association for cuh extension.
4 
hd_fn()5 __attribute__((host, device)) void hd_fn() {}
6