1 2 3 4 5 6
use emlex::prelude::*; fn main() { // Unknown keyword other than eml let _ = eml!((foo x y)); }