Files
rocm-systems/tests/hipify-clang/unit_tests/headers/headers_test_04.cu
T

13 lines
301 B
Plaintext
Raw Normal View History

// RUN: %run_test hipify "%s" "%t" %hipify_args %clang_args
// CHECK: #include <hip/hip_runtime.h>
// CHECK-NEXT: #include <stdio.h>
// CHECK-NEXT: #include <iostream>
#include <stdio.h>
#include <iostream>
2018-01-16 19:21:14 +03:00
// CHECK-NOT: #include <hip/hip_runtime.h>
int main(int argc, char* argv[]) {
return 0;
}