
one(a)
  one a
  two(b)
    two a b
    three(c)
      three a b c
    three(3)
    -three a b c
  two(2)
  -two a b c

body
  one(1)
