This crashes in glue_free: ``` fn main() { let _b = [bind (fn~() { })()]; } ``` If I use `fn@` instead of `fn~`, or if I add a bound argument, I get different crashes.
This crashes in glue_free:
If I use
fn@instead offn~, or if I add a bound argument, I get different crashes.