summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/StaticRuntimePlusToolkit/static.cpp
blob: ca7eb4c4f6e658e76868bd7377499d3313e7f030 (plain)
1
2
3
4
5
6
7
8

int curand_main();
int nppif_main();

int static_version()
{
  return curand_main() == 0 && nppif_main() == 0;
}