5 lines
82 B
Common Lisp
5 lines
82 B
Common Lisp
//! Never: the return type of an infinite loop
|
|
|
|
#[lang = "never"]
|
|
type Never = !;
|