0b9b9fd98c
[ROCm/hip commit: c328e3987c]
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
// RUN: %run_test hipify "%s" "%t" %cuda_args
|
|
|
|
// CHECK: #pragma once
|
|
// CHECK-NEXT: #include <hip/hip_runtime.h>
|
|
#pragma once
|
|
// CHECK-NOT: #include <hip/hip_runtime.h>
|
|
int main(int argc, char* argv[]) {
|
|
return 0;
|
|
}
|
|
|