<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<variable name="Test_Python_Var" type="INT" initial="0"/>
Python_to_C_Call = PLCBinary.Python_to_C_Call
Python_to_C_Call.restype = ctypes.c_int
Python_to_C_Call.argtypes = [ctypes.c_int, ctypes.POINTER(ctypes.c_int)]
if(Python_to_C_Call(arg, i)):
print "toC:", arg, "from C:", res, "FBID:", FBID
print "Failed Python_to_C_Call failed"
async_error_test_code = """
from threading import Timer
print "py_runtime init:", x, ",", y
print "py_runtime cleanup"
print "py_runtime start", x * x + y * y