# This example shows that idetools returns an empty signature for a forward# declared proc in proc/symproc runs, but correctly returns the full signature# in caas mode.procechoHello(text:string)proctestForward()=echo"T"echoHello("T")procechoHello(text:string)=echo"Hello Mr."&textwhenisMainModule:testForward()