summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ProperLinkFlags/main.cxx
blob: 7c0ee9e374333a5197162c9bfd38720f4fd65fd6 (plain)
1
2
3
4
5
6
7
8
9

#include <iostream>

#include "file1.h"

int main(int argc, char** argv)
{
  return 0;
}