(module
 (type $0 (func))
 (memory $0 256 256)
 (func $c (; 0 ;) (type $0)
  (call $c)
  (call $c)
  (call $c)
 )
 (func $b (; 1 ;) (type $0)
  (call $b)
  (call $b)
 )
 (func $a (; 2 ;) (type $0)
  (call $a)
 )
)
