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