cdecl> explain void &r
Warning: Unsupported in C -- 'reference'
Warning: Unsupported in C -- 'reference to type void'
(maybe you mean "pointer to void")
declare r as reference to void
Ideally this would suppress the former more generic warning and emit just the latter more specific warning.
Ideally this would suppress the former more generic warning and emit just the latter more specific warning.