Add stress tests
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
7857473434
commit
0296e6ee1d
11
tests/ok/loads-of-calls.ac
Normal file
11
tests/ok/loads-of-calls.ac
Normal file
File diff suppressed because one or more lines are too long
48427
tests/ok/many-functions.ac
Normal file
48427
tests/ok/many-functions.ac
Normal file
File diff suppressed because it is too large
Load Diff
12
tests/ok/var-shadow.ac
Normal file
12
tests/ok/var-shadow.ac
Normal file
@ -0,0 +1,12 @@
|
||||
struct {
|
||||
|
||||
T = Fn<a, b, c>(z: Fn(<>, <a>, b), y: Fn(<>, <b>, c)) -> Fn(<>, <a>, c) {
|
||||
w = z;
|
||||
return Fn<>(h: a) -> c {
|
||||
w = y;
|
||||
return w(z(h));
|
||||
};
|
||||
};
|
||||
|
||||
} main;
|
||||
|
Loading…
x
Reference in New Issue
Block a user