summaryrefslogtreecommitdiff
path: root/tests/unit/example_crlf_file.py
blob: 78db95188e0f17eb7a56a378523c33a6e4664b84 (plain)
1
2
3
4
5
6
7
8
9
10
import b
import a


def func():
    x = 1
    y = 2
    z = 3
    c = 4
    return x + y + z + c