summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/Complex/dynamic.cpp
blob: d579f1e3e4c24c5a4639aec3e6346a3094954160 (plain)
1
2
3
4
5

int dynamic_base_func(int x)
{
  return x * x;
}