summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/preproc_runme.m
blob: 791b38bf4a466da1d19908438b95b4ae92b4900c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
preproc

if (preproc.cvar.endif != 1)
  error
endif

if (preproc.cvar.define != 1)
  error
endif

if (preproc.cvar.defined != 1)
  error
endif

if (2*preproc.one != preproc.two)
  error
endif