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