~ chicken-core (master) 813aded7f55cc168887c3969f0582f674859c188


commit 813aded7f55cc168887c3969f0582f674859c188
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Nov 23 10:20:47 2025 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun Nov 23 10:20:47 2025 +0100

    add c64vector/c128vector to scrutinizer types
    
    (contributed by Kon Lovett)

diff --git a/scrutinizer.scm b/scrutinizer.scm
index 2e31bce1..dafe184e 100644
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@ -143,7 +143,7 @@
 
 (define-constant struct-types
   '(u8vector s8vector u16vector s16vector u32vector s32vector u64vector
-    s64vector f32vector f64vector thread queue environment time
+    s64vector f32vector f64vector c64vector c128vector thread queue environment time
     continuation lock mmap condition hash-table tcp-listener))
 
 (define-constant type-expansions
Trap