component threadtest; pin out unsigned count; function increment nofp; function reset nofp; license "GPL"; ;; FUNCTION(increment) { count++; } FUNCTION(reset) { count=0; }