2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.gb / scope01.C
blobeb2b951b329c8336103c8d4415c9c5653fdfae67
1 // { dg-do assemble  }
2 // GROUPS passed gb scope
3 struct c { typedef int t; };
4 struct d { typedef char t; };