class Testit
public a as integer = 3456
public sub _Call() as  integer
return a
end
end class

Include "TestAppInclude2"