Fix use array and argument types instead of T_int to correctly unroll non-int prf
Closes #2569 (closed)
src/libsac2c/stdopt/prfunroll.c had hard-coded T_int for the created selection and result
variables. Now copies the simple type of the original result and arguments respectively.