#include <perms.h>
typedef struct Testfm {
  int One;
  int Two;
} Testfm;
static void Class(Testfm *V) {
  int I;
  I = V.One;
}
