From 17e862b8017e3ccd8ed1c1fc8fb17019343b9657 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 8 Jun 2020 11:20:44 -0700 Subject: [PATCH] misc: add private definitions to syntax-test file. --- misc/syntax-test.factor | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/misc/syntax-test.factor b/misc/syntax-test.factor index ea5d915e44..ca39b3ad38 100644 --- a/misc/syntax-test.factor +++ b/misc/syntax-test.factor @@ -63,6 +63,27 @@ SLOT: name C: foo +! Private definitions + + foo + +PRIVATE> + ! Alien LIBRARY: name -- 2.34.1