2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / debug4.C
blobe6c64079201019695faddf5162c2c1209dc4c6b9
1 // { dg-do assemble  }
2 // { dg-options "-g" }
4 typedef volatile struct {
5         int i;
6 } mutex_t;