typedef int t;
static int j;

static inline void f() {
	auto t j;
	register volatile void * p;
	static const void * restrict q;
}

const int *cp;
int * const pc;

// section 6.7.3
extern const volatile int rtc;
