summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CSharpReferenceImport/ImportLibMixedNative.cxx
blob: c85a77631046552a6a5d0985275bd33ddfb97136 (plain)
1
2
3
4
5
6
7
8
#include "ImportLibMixedNative.h"

#include <iostream>

void ImportLibMixedNative::Message()
{
  std::cout << "ImportLibMixedNative" << std::endl;
}