struct A {
  int x;
};

void fun(const struct A * a) { (void) a; }
