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()
{
try {
var t0 = 1;
}
finally {
var t1 = 2;
}
return t1;
}
}
}