Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b0d97aeea5fae4e4bb2e9199bf8e267f7b2c3f8f
/
.
/
Tests
/
PythonCoverage
/
coveragetest
/
foo.py
blob: 97b5a41e9d55352397c0102f8c166259e38d8f22 [
file
]
def
foo
():
x
=
3
+
3
return
x
def
bar
():
y
=
2
+
2
return
y