aboutsummaryrefslogtreecommitdiff
path: root/test/extern.tm
blob: 79239a390a47fd36d622f970a4881b0ffdb75171 (plain)
1
2
3
4
5
6
use <math.h>
extern sqrt : func(n:Num->Num)

func main()
	>> sqrt(4)
	= 2.