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

11 lines
234 B
Plaintext
Raw Normal View History

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