``` rust enum X { A = X::A as isize } fn main() {} ``` ``` thread 'rustc' has overflowed its stack Illegal instruction (core dumped) ```