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

12 lines
197 B
Python

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