// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
// expected-no-diagnostics
;
;
;
;
;
;
;
;
;
;
;
typedef void const;
typedef void const volatile;
typedef void &&;
typedef void const &;
int check0;
int check1;
int check2;
int check3;