1// Build don't link:
2// Special g++ Options: -g
3
4typedef volatile struct {
5	int i;
6} mutex_t;
7