blob: 5472ef05a64ea946a972a8cdc840b52a381a7d26 [file] [log] [blame]
// PR c++/96137
// { dg-do compile }
void
fn ()
{
X.operator T(); // { dg-error ".X. was not declared in this scope|expected" }
}