Files
chat/venv/lib/python3.12/site-packages/mypyc/test-data/irbuild-strip-asserts.test
Andrew K. Choi ddce9f5125
All checks were successful
continuous-integration/drone/push Build is passing
Major fixes and new features
2025-09-25 15:51:48 +09:00

13 lines
152 B
Plaintext

[case testStripAssert1]
def g():
x = 1 + 2
assert x < 5
return x
[out]
def g():
r0, x :: object
L0:
r0 = object 3
x = r0
return x