Files
codeql/python/ql/test/library-tests/ControlFlow/ssa/uses/test1.py
2018-11-19 15:15:54 +00:00

11 lines
177 B
Python

#Weird formatting is so that all uses and defn are on separate lines
#to assist checking test results.
def no_phi(cond):
l0 = 0
l1 = 1
l2 = l0 + l1
return l2