summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CSharpReferenceImport/ImportLibMixed.cxx
blob: d0b810ef8c56c5300e78733fa8b48b2daf1a51c7 (plain)
1
2
3
4
5
6
7
8
using namespace System;

public
ref class ImportLibMixed
{
public:
  static void Message() { Console::WriteLine("ImportLibMixed"); }
};