* arm.c (FL_WBUF): Define.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.martin / typedef1.C
blob990c0bb6c5dca548e9042f83c283df1c6bd26be7
1 // { dg-do assemble  }
3 // Copyright (C) 1999 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 31 Mar 1999 <nathan@acm.org>
6 // Make sure we see through typedefs.
8 typedef int Int;
10 void fn()
12   int *p;
13   Int *&pr2 = p;