FROM scratch as zero
LABEL layer="0"

FROM zero as one
LABEL layer="1"

FROM one as two
LABEL layer="2"

FROM two as three
LABEL layer="3"
