]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/c-types/c-types-tests.factor
alien.c-types: fix bad use of ?when
[factor.git] / basis / alien / c-types / c-types-tests.factor
index b13faf45c72cf4f819a4464e35ec42ffd6c0370d..7c846d0d14f1278b4423a22bd25569030fa87b23 100644 (file)
@@ -165,3 +165,5 @@ USE: alien.syntax
 USE: alien.c-types
 TYPEDEF: void* foo-func
 " eval( -- )
+
+[ void resolve-typedef ] [ T{ no-c-type f void } = ] must-fail-with