Consider the following program: ``` module Depth depth = new Depth(); depth.count() ``` The depth counter will never be increased because we call `depth.count()` instead of `run depth.count()`.