summaryrefslogtreecommitdiffstats
path: root/test/input/Constructor-ms-dllexport.cxx
blob: 6d07aed0627604a1077580588226e4740b3f8b07 (plain)
1
2
3
4
class start
{
  __declspec(dllexport) start();
};