fn: gcc.Function('helper_function')
fn.decl.name: 'helper_function'
CFG:
  BLOCK 0
  BLOCK 1
  BLOCK 2
  gimple[0]:
    str(stmt): 'if (a != 0)'
    repr(stmt): 'gcc.GimpleCond()'
    stmt.lhs: gcc.ParmDecl('a')
    stmt.exprcode: <type 'gcc.NeExpr'>
    stmt.rhs: gcc.IntegerCst(0)
    stmt.true_label: None
    stmt.false_label: None
  BLOCK 3
  gimple[0]:
    str(stmt): 'D.nnnnn = 42;'
    repr(stmt): 'gcc.GimpleAssign()'
  BLOCK 4
  gimple[0]:
    str(stmt): 'D.nnnnn = b;'
    repr(stmt): 'gcc.GimpleAssign()'
  BLOCK 5
  gimple[0]:
    str(stmt): 'return D.nnnnn;'
    repr(stmt): 'gcc.GimpleReturn()'
