Files
nvcc/tests/fixtures/multiple_files/hello.h
T
Cosmin Ciocan 743a46316c Add tests
2024-01-02 10:48:49 +01:00

6 lines
54 B
C

#ifndef HELLO_H
#define HELLO_H
void hello();
#endif