Files
nvcc/tests/fixtures/multiple_files/main.cu
T

7 lines
62 B
Plaintext

#include "hello.h"
int main() {
hello();
return 0;
}