summaryrefslogtreecommitdiffstats
path: root/test/input/Method-ms-dllimport.cxx
blob: aeae99673e1edcf49a49f15413d3c91c0efee6ad (plain)
1
2
3
4
class start
{
  __declspec(dllimport) int method(int);
};