InfiniTensor/test/core/python.py

3 lines
44 B
Python

def inc(x: int) -> int:
return x + 1