17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
(const (ptr float))
(ptr int)
(ullong schar -> (ptr (bool u128 -> ldouble)))
(int -> chungus_t)
(ptr (int -> chungus_t))
(array 5 (ptr (int -> chungus_t)))
((array 5 (ptr int)) -> (const (ptr (array 3 int))))
; int (((*const (v(int (*(())[5])))))[3])
; int (* const v(int *[5]))[3]
(array (const (ptr (char u128 -> (ptr (array 5 bool))))))
(array 5 (const (ref char)))))
(map test tests)
|
|
17
18
19
20
21
22
23
24
25
26
27
28
|
(const (ptr float))
(ptr int)
(ullong schar -> (ptr (bool u128 -> ldouble)))
(int -> chungus_t)
(ptr (int -> chungus_t))
(array 5 (ptr (int -> chungus_t)))
((array 5 (ptr int)) -> (const (ptr (array 3 int))))
(array (const (ptr (char u128 -> (ptr (array 5 bool))))))
(array 5 (const (ref char)))))
(map test tests)
|