Build a NAMED type for a fixture string. Arena-allocated. */
| 13 | |
| 14 | /* Build a NAMED type for a fixture string. Arena-allocated. */ |
| 15 | static const CBMType *named_t(CBMArena *a, const char *qn) { |
| 16 | return cbm_type_named(a, qn); |
| 17 | } |
| 18 | |
| 19 | /* ── Basic API ─────────────────────────────────────────────────── */ |
| 20 |
no test coverage detected