From: John Benediktsson Date: Mon, 8 Jun 2020 18:20:44 +0000 (-0700) Subject: misc: add private definitions to syntax-test file. X-Git-Tag: 0.99~3173 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=17e862b8017e3ccd8ed1c1fc8fb17019343b9657 misc: add private definitions to syntax-test file. --- 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