Sign in
llvm
/
llvm-project
/
clang
/
44f14e8683f9a982c93e1c6ccdbb1e9b65d7056c
/
.
/
test
/
Parser
/
cuda-check-input-kind-assoc.cuh
blob: 3c65453833faff979c04ff1bbfadfac095e6f5fa [
file
]
// RUN: %clang_cc1 -fsyntax-only -Werror %s
// Check input kind association for cuh extension.
__attribute__
((
host
,
device
))
void
hd_fn
()
{}