PageRenderTime 39ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/d/typemap_out_optimal_runme.1.d

#
D | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 92aa4f13f09102055d5ea03ce61f6f11 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. module typemap_out_optimal_runme;
  2. import typemap_out_optimal.XX;
  3. void main() {
  4. XX x;
  5. XX.trace = false;
  6. x = XX.create();
  7. }