# 회수가 막히는 자리 # Question: 계수기가 음수가 되면 무엇이 막히는가? direction: right n0: "두 호출" { shape: rectangle } n1: "계수기" { shape: rectangle } n2: "회수" { shape: rectangle } n0 -> n1: "비원자적 감소" n1 -> n0: "둘 다 통과" n2 -> n1: "조용함 확인" n1 -> n2: "음수 — 거짓"