blob: 63273117f5130106a92316e1afa1063deef21320 [file] [log] [blame]
from m1 import C
def f(x):
"""
:type x: int
"""
pass
def test():
f(C.foo)