Files
codeql/python/ql/test/library-tests/PointsTo/customise/test.py
2018-11-19 15:15:54 +00:00

11 lines
200 B
Python

def has_type_int():
return untaceable()
def has_type_float():
return untaceable2()
def test():
#Ignore before this comment
x = has_type_int()
y = has_type_float()
return x, y