Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a segmentation fault for unnamed declarations.
An example is: ``` func: (t: int, f) = { f(t + 2); } main: () = { x: int = 4; // :(v) = ... causes the error. func(x, :(v) = std::cout << "Value: " << v << std::endl); } ```
- Loading branch information