fixes
[m6w6/ext-psi] / tests / pipe / pipe.psi
index 5bc3cd655184bd09bd12f9c7949218df328ef552..deb11d01711243d2787992287971386175780034 100644 (file)
@@ -4,5 +4,5 @@ extern int pipe(int fds[2]);
 function \pipe(array &$fds = null) : int {
        return to_int(pipe);
        let fds = calloc(2, int);
-       set $fds = to_array(fds);
+       set $fds = to_array(fds[2]);
 }