summaryrefslogtreecommitdiffstats
path: root/test/input/OperatorFunction-ms-dllimport.cxx
blob: 096f2fb9c464a727fd51941dd96b2451227a7bdd (plain)
1
2
3
4
class A;
namespace start {
__declspec(dllimport) A& operator<<(A&, int);
}