// section 6.7.1

typedef int t;
extern int i;
static int j;

static void f() {
	register t i;
	auto int j;
}
