summaryrefslogtreecommitdiffstats
path: root/test/input/OperatorMethod-ms-dllexport.cxx
blob: 42664b769dbd455f69261f5add3de996ecc36245 (plain)
1
2
3
4
class start
{
  __declspec(dllexport) start& operator<<(int);
};