mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
5 lines
112 B
Python
5 lines
112 B
Python
try:
|
|
exec("@micropython.asm_thumb\ndef l():\n a = di(a2, a2, -1)")
|
|
except SyntaxError as e:
|
|
print(e)
|