I loved Cody's answer heaps, so here is my similar contribution, in C++:
template
class Overflow {
typedef typename Overflow::type type;
};
typedef Overflow<0>::type Kaboom;
Not a code golf entry by any means, but still, anything for a meta stack overflow! :-P