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