blob: e9148ac47f23982a7c631812fb853c25c476dc50 [file] [log] [blame]
typedef const int immutable[7];
typedef immutable monster;
struct A {
monster q;
};
void fun(struct A * a) { (void) a; }