PageRenderTime 41ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/octave/preproc_runme.m

#
Objective C | 18 lines | 13 code | 5 blank | 0 comment | 8 complexity | 3f4a09ce75ebb0fde7a18bce15a03d2f MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. preproc
  2. if (preproc.cvar.endif != 1)
  3. error
  4. endif
  5. if (preproc.cvar.define != 1)
  6. error
  7. endif
  8. if (preproc.cvar.defined != 1)
  9. error
  10. endif
  11. if (2*preproc.one != preproc.two)
  12. error
  13. endif