1 // PR c++/81229 GC ICE with stale pointed in identifier type.
2 // { dg-additional-options "--param ggc-min-heapsize=0" }
3 
4 typedef unsigned L;
5 typedef unsigned L;
6 
7 L l;
8