summaryrefslogtreecommitdiffstats
path: root/Tests/CSharpWin32GenEx/csharpwin32genex.cs
blob: 9892ee029e785eaea1472e7a3e49e86420b089a9 (plain)
1
2
3
4
5
6
7
8
9
namespace CSharpWin32GenEx
{
    class CSharpWin32GenEx
    {
        public static void Main(string[] args)
        {
        }
    }
}