Codebase list libmawk / 30b66529-447f-407d-a34b-b48ac0e29c37/upstream scconfig / src / tmpasm / regression / err_if_else.ref
30b66529-447f-407d-a34b-b48ac0e29c37/upstream

Tree @30b66529-447f-407d-a34b-b48ac0e29c37/upstream (Download .tar.gz)

err_if_else.ref @30b66529-447f-407d-a34b-b48ac0e29c37/upstreamraw · history · blame

1
2
3
4
5
6
error: unexpected 'else' - must be in a 'then' block before an else at 2:5
if *NULL - broken AST* [at 1:1]
then:
 (NOP)
else:
 (NOP)