// Compile with "cl /c /Zi /GR- TypeQualifiersTest.cpp"
// Link with "link TypeQualifiersTest.obj /debug /nodefaultlib /entry:main"
;
int
void
typedef long* __restrict RestrictTypedef;
RestrictTypedef RestrictVar;
typedef volatile int* __restrict RankNArray;
RankNArray ArrayVar;
int