Commit 542d5f94 by Gabriel Dos Reis

ERROR

From-SVN: r44829
parent a39652f9
...@@ -9,5 +9,5 @@ struct Z : X<int> { }; ...@@ -9,5 +9,5 @@ struct Z : X<int> { };
int main() int main()
{ {
Z z; Z z;
z.X::f(); z.X::f(); // { dg-error "invalid" "" }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment