// Only thing we care about is that these headers are found #include #include #if CUDA_VERSION >= 11040 # include #endif #include int main() { return 0; }