asm_01_grammar.arm32.skip (350B)
1 asm_01_grammar's templates are aarch64-specific (w0/x0 register names, %w0 operand modifiers, `dmb sy`, `x0` clobbers), so the template never assembles for arm32 — same reason it is skipped on rv32/rv64/x64. arm32 inline-asm coverage (operand binding incl. frame-resident "r" inputs, real Thumb-2 mnemonics) lives in test/arch/arm32_inline_test.c.