using System; namespace Cosmos.IL2CPU.Profiler.IL { [Cosmos.IL2CPU.OpCode(ILOp.Code.Prefixref)] public class Prefixref: ILOpProfiler { } }