This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
In this example:
if (is_add_sub(instr.opcode) || is_mul_div(instr.opcode)) { ... }
if (is_add_sub(instr.opcode) or is_mul_div(instr.opcode)) { ... }
When using || both functions will be support.function.any-method.c, however when using or the second function gets variable.other.c scope instead.


It even fails in the above markdown. 😢