python_ref_keyword_pass_1.py:
x
 
for x in [0, 1, 2]:
  pass
# having an empty for loop like this, would raise an error without the pass statement