1 // { dg-do assemble  }
2 // { dg-options "-g" }
3 
4 typedef volatile struct {
5 	int i;
6 } mutex_t;
7