blob: ac077d6faded22bf08a5b758420371b1da288abb [file] [log] [blame]
from b import f, g
def test(x):
if x > 0:
out = f()
else:
out = g()
out.startswith('foo') # pass