[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / ext / uow-1.C
blobfdf6aebb184fded6478a69609d880f8db7486aa8
1 /* { dg-do compile } */
2 /* { dg-options "-Wall" } */
4 extern "C" {
6 typedef int UOW;
7 struct ABC {
8   UOW UOW;
9 };