bolt/deps/llvm-18.1.8/clang/test/Parser/cuda-check-input-kind-assoc.cuh
2025-02-14 19:21:04 +01:00

5 lines
143 B
Text

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