9 lines
69 B
Plaintext
9 lines
69 B
Plaintext
struct {
|
|
|
|
T1 = Fn<A>(h1: A) -> A {
|
|
h2 = h1;
|
|
return h2;
|
|
};
|
|
|
|
} main;
|