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