================================================================================
Simple shebang
================================================================================

#!vim -S
norm! o
echo 123
#!foo

--------------------------------------------------------------------------------

(script_file
  (shebang)
  (normal_statement
    (bang)
    (commands))
  (echo_statement
    (integer_literal))
  (shebang))
