(module
 (type $none_=>_none (func))
 (memory $0 256 256)
 (func $c
  (call $c)
  (call $c)
  (call $c)
 )
 (func $b
  (call $b)
  (call $b)
 )
 (func $a
  (call $a)
 )
)
