srkkov

Results 1 issues of srkkov

```cpp module main; fn int main() { int x; asm { movl $eax, [&x + 1]; } return 0; } ``` ``` ⚠️ The compiler encountered an unexpected error: "TODO...

Bug
Duplicate issue
Asm