Download this file
FUNCTION f1:DINT; __s: POINTER TO DINT; FUNCTION f2: DINT; return f1("test"); FUNCTION f3: DINT; i: DINT; return f1("test");