test.osl:5: warning: Function 'point abs (point)' redefined in the same scope
  Previous definitions:
    stdosl.h:103
test.osl:15: warning: Function 'int redclfunc (int)' redefined in the same scope
  Previous definitions:
    test.osl:14
test.osl:27: warning: Function 'int redclfunc (int)' redefined in the same scope
  Previous definitions:
    test.osl:15
    test.osl:14
test.osl:31: warning: Function 'string concat (string, string)' redefined in the same scope
  Previous definitions:
    built-in
test.osl:32: warning: Function 'string concat (string, string)' redefined in the same scope
  Previous definitions:
    test.osl:31
    built-in
test.osl:35: warning: Function 'void redclfunc ()' redefined in the same scope
  Previous definitions:
    test.osl:34
Compiled test.osl -> test.oso
Alternate abs!
abs(P)= 0.5 0.5 1
subroutineA.redclfunc = 1
subroutineB.redclfunc = 64
redclfunc = 2
concat = 'B'

