fixup quad

This commit is contained in:
Skgland
2025-09-27 23:14:14 +02:00
committed by Bennet Bleßmann
parent 9376bc6369
commit 2443af57d0

View File

@@ -4,4 +4,4 @@
test :- ffi:array_type(u8, 2, Type), ffi:allocate(rust, Type, [Type, 0], _ArrayPtr). test :- ffi:array_type(u8, 2, Type), ffi:allocate(rust, Type, [Type, 0], _ArrayPtr).
?- test. ?- test.
error(system_error,'$ffi_allocate'/4). error(existence_error(ffi_struct_constructor,$[u8;2]/1),$ffi_allocate/4).