unplugged-vendor/external/llvm-project/clang/test/Parser/cuda-check-input-kind-assoc.cuh

6 lines
143 B
Plaintext
Raw Permalink Normal View History

// RUN: %clang_cc1 -fsyntax-only -Werror %s
// Check input kind association for cuh extension.
__attribute__((host, device)) void hd_fn() {}