test.osl:1: warning: Function 'point abs (point)' redefined in the same scope
  Previous definitions:
    stdosl.h:125
test.osl:11: warning: Function 'int redclfunc (int)' redefined in the same scope
  Previous definitions:
    test.osl:10
test.osl:23: warning: Function 'int redclfunc (int)' redefined in the same scope
  Previous definitions:
    test.osl:11
    test.osl:10
test.osl:27: warning: Function 'string concat (string, string)' redefined in the same scope
  Previous definitions:
    built-in
test.osl:28: warning: Function 'string concat (string, string)' redefined in the same scope
  Previous definitions:
    test.osl:27
    built-in
test.osl:31: warning: Function 'void redclfunc ()' redefined in the same scope
  Previous definitions:
    test.osl:30
Compiled test.osl -> test.oso
Alternate abs!
abs(P)= 0.5 0.5 1
subroutineA.redclfunc = 1
subroutineB.redclfunc = 64
redclfunc = 2
concat = 'B'

