]> gitweb.factorcode.org Git - factor.git/blobdiff - misc/syntax-test.factor
mason: show git SHA1 and timestamp of last completed build
[factor.git] / misc / syntax-test.factor
index 9787e4475fcc825bf414bb786fc455a0e4ad626a..27f2f4e13bff36230f15f7860be743fa0a407fce 100644 (file)
@@ -158,6 +158,10 @@ PRIVATE>
     FUNCTION: return name ( parameters ) ;
     FUNCTION-ALIAS: factor-name return name ( parameters ) ;
 
+{ ALIEN: 1234 } [ ALIEN: 1234 [ { alien } declare void* <ref> ] compile-call void* deref ] unit-test
+{ ALIEN: 1234 } [ ALIEN: 1234 [ { c-ptr } declare void* <ref> ] compile-call void* deref ] unit-test
+{ f } [ f [ { POSTPONE: f } declare void* <ref> ] compile-call void* deref ] unit-test
+
 ! Symbols and literals
 
     \ foo