Index: tests/zombies/fastlock.cfa
===================================================================
--- tests/zombies/fastlock.cfa	(revision 04a8a54b0c095e4e33ca62e71f092019bc31f6d6)
+++ tests/zombies/fastlock.cfa	(revision 04a8a54b0c095e4e33ca62e71f092019bc31f6d6)
@@ -0,0 +1,8 @@
+#include <locks.hfa>
+
+#define LOCK fast_lock
+#include "mutex_test.hfa"
+
+int main() {
+    test();
+}
