#include <perms.h>
static int Variable = 1;
static int Another = 2;
static int *Pointer = &Variable;
static int *Ptr = &Another;
static int Ra[4 /*0:3*/] = {1, 2, 3, 4};
static void Test(int P1, int *Np2) { static int Content; }
