diff --git a/collects/tests/honu/where.honu b/collects/tests/honu/where.honu index dfbefbd590..def96d2214 100644 --- a/collects/tests/honu/where.honu +++ b/collects/tests/honu/where.honu @@ -12,3 +12,6 @@ varwhere { printf("x is ~a\n", x) x * 2 } } where x = 2 + 1 + +varwhere { macro foo(){ z:expression }{ syntax(x + z) } + foo 5 } where x = 2 * 8