FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p8620.C
blobdc6f017adffb6b9316f3e114cbd666777efc0e6e
1 // Build don't link:
2 // prms-id: 8620
4 struct S {
5   long l;
6 };
8 typedef unsigned long l;
10 void f() {
11   S* p;
12   if (p->l < 0)
13     return;