1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
//! [https://xkcd.com/353/](https://xkcd.com/353/)
//!
//! ![](https://imgs.xkcd.com/comics/python.png)

/// 🐦
///
/// # Safety
///
/// Must not be called prior to sampling everything in the medicine cabinet.
pub unsafe fn fly() {
    todo!("port from https://github.com/python/cpython/blob/master/Lib/antigravity.py")
}