diff options
Diffstat (limited to 'Tests/Cuda/ProperLinkFlags/main.cxx')
-rw-r--r-- | Tests/Cuda/ProperLinkFlags/main.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Cuda/ProperLinkFlags/main.cxx b/Tests/Cuda/ProperLinkFlags/main.cxx new file mode 100644 index 0000000..7c0ee9e --- /dev/null +++ b/Tests/Cuda/ProperLinkFlags/main.cxx @@ -0,0 +1,9 @@ + +#include <iostream> + +#include "file1.h" + +int main(int argc, char** argv) +{ + return 0; +} |