# First comment
def a =
   # Middle "a" comment
   1
# Post "a" comment

def b (x, # Separator comment
       y) =
   ((1
     + (2
        + 3))
    + (x + y))
# Trailing comment
