With the `macros_with_lambda_quotes` branch: ``` # let square x = x * x;; val square : int -> int = <fun> # macro x = << square >>;; Segmentation fault ```