spirv-fuzz: source/fuzz/id_use_descriptor.cpp:55: spvtools::fuzz::protobufs::IdUseDescriptor
spvtools::fuzz::MakeIdUseDescriptorFromUse(spvtools::opt::IRContext*, spvtools::opt::Instruction*, uint32_t):
Assertion `in_operand.type == SPV_OPERAND_TYPE_ID' failed.
Aborted (core dumped)
Debugging spirv-fuzz, I found that the assertion failed because in_operand was the first operand of an OpControlBarrier instruction and in_operand.type = SPV_OPERAND_TYPE_SCOPE_ID.