brintos

brintos / llvm-project-archived public Read only

0
0
Text · 143 B · 3c65453 Raw
6 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -Werror %s2 3// Check input kind association for cuh extension.4 5__attribute__((host, device)) void hd_fn() {}6