1namespace whatever { 2 typedef int whatever_t; 3} 4 5void something(const whatever::whatever_t *wat); 6