summaryrefslogtreecommitdiffstats
path: root/Tests/VSManagedCustomCommand/example.txt
blob: 05f95f1af793ee60c718a43cd332ad4ccccdc63f (plain)
1
2
3
4
__declspec(dllexport) int example()
{
  return 0;
}