CUDA: Add tests to verify CUDA compiler works properly.

This commit is contained in:
Robert Maynard
2016-11-01 16:11:51 -04:00
committed by Brad King
parent 9cf5b98d54
commit 7b9131da64
37 changed files with 624 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
int file1_sq_func(int);
int static_func(int x)
{
return file1_sq_func(x);
}