# Multi-line comment above a block consisting of 4 or more lines. Lines break
# at column-80 (which should never contain any character).
# Multi-line comment above a block consisting of 3 lines or less. Lines break
# at column-80 (which should never contain any character).
some condition && foo=bar # Multi-line comment for a single line. Line breaks
# at column-80 (which should never contain any character).