#include <perms.h>

typedef struct TESTFM {
  int ONE;
  int TWO;

} TESTFM;
static void CLASS(TESTFM *V) {
  _imp_enter();
  int I;
  I = V->ONE;
  _imp_leave();
}
