Codebase list libmawk / lintian-fixes/main scconfig / src / tmpasm / regression / err_if_else.ref
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

err_if_else.ref @lintian-fixes/mainraw · 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)