internal: Implement naked_asm! builtin

This commit is contained in:
Lukas Wirth 2024-12-12 17:40:51 +01:00
parent acd469681f
commit f748eb510e
3 changed files with 4 additions and 1 deletions

View file

@ -307,6 +307,7 @@ define_symbols! {
module_path,
mul_assign,
mul,
naked_asm,
ne,
neg,
Neg,