```cpp void f(int a) { asm("" : : ""(a)); } ``` cparser outputs this : ``` cparser: src/firm/ast2firm.c:4664: asm_statement_to_firm: Assertion `argument->indirect_read' failed. Aborted (core dumped) ```
cparser outputs this :