Snippets

namespace test
{
  int GLobal = 0;

  def Test1()
  {
    int local = 5;
    int local2;
  }
}