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