``` # this should not be a heading print "hi" ``` ``` # first comment a = 1 # second comment b = 2 ``` ``` void foo() { x = 1; ```