acpa/tests/ok/simple-logic2.ac
szdytom 14bc07ec9c
Add command-line argument & auto testing
Signed-off-by: szdytom <szdytom@qq.com>
2023-08-27 13:40:16 +08:00

9 lines
70 B
Plaintext

struct {
T1 = Fn<A, B>(h1: A, h2: B) -> A {
return h1;
};
} main;