Files
rocm-systems/projects/hip/tests/hipify-clang/headers_test_04.cu
T
Evgeny Mankov 3fc406ead3 Update headers_test_04.cu
[ROCm/hip commit: a784a9c824]
2018-01-16 19:21:14 +03:00

13 wiersze
287 B
Plaintext

// RUN: %run_test hipify "%s" "%t" %cuda_args
// CHECK: #include <hip/hip_runtime.h>
// CHECK-NEXT: #include <stdio.h>
// CHECK-NEXT: #include <iostream>
#include <stdio.h>
#include <iostream>
// CHECK-NOT: #include <hip/hip_runtime.h>
int main(int argc, char* argv[]) {
return 0;
}