1 2 3 4 5 6 7 8 9 10
typedef int C; typedef double D; void f () { C o; o.D::~C (); // { dg-error "" } }