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

8 lines
57 B
Plaintext

struct {
T1 = Fn<A>(h: A) -> A {
return h;
};
} main;