debug4.C   [plain text]


// Build don't link:
// Special g++ Options: -g

typedef volatile struct {
	int i;
} mutex_t;