using System;
using System.Numerics;
using Neo.SmartContract.Framework;
using Neo.SmartContract.Framework.Attributes;
using Neo.SmartContract.Framework.Services;
namespace NeoDecompiler.Generated {
public class NeoContract : SmartContract
{
public static void ScriptEntry()
{
var t0 = 0;
var t1 = 3;
for (var loc0 = t0; loc0 < t1; loc0 = loc0 + 1) {
}
return;
}
}
}