/trunk/Examples/test-suite/csharp/typemap_out_optimal_runme.cs
# · C# · 13 lines · 9 code · 4 blank · 0 comment · 0 complexity · b86874120750ad15daf1faed4051e603 MD5 · raw file
- using System;
- using typemap_out_optimalNamespace;
- public class typemap_out_optimal_runme {
- public static XX x = null;
- public static void Main() {
- XX.debug = false;
- x = XX.create();
- }
- }