Codebase list libmawk / upstream/1.0.0 scconfig / src / tmpasm / regression / err_if_else.ref
upstream/1.0.0

Tree @upstream/1.0.0 (Download .tar.gz)

err_if_else.ref @upstream/1.0.0raw · 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)