struct X {};
void ?{}(X *, double);

int f() {
  X * x = malloc(sizeof(X)){ 1.5 };
}
