#include "initorder.h"

static Trace g20("g20");
static Trace g21("g21");

void i2function() 
{
  static Trace s20("s20");
  static Trace s21("s21");
}
