1 2 3 4 5 6 7
// Only thing we care about is that these headers are found #include <cupti.h> int main() { return 0; }