const int a;
volatile int b;
const volatile int c;
volatile const int d;

