diff options
| author | krasimir <krasimir@chalmers.se> | 2009-06-13 13:54:06 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-06-13 13:54:06 +0000 |
| commit | 9142fcff76eabaabe984760c211be1a0f31bcb55 (patch) | |
| tree | cdf8b8e5fa53b9049f96d7a37affa38ae42e3408 /testsuite/compiler/update/ArrityCheck.gf | |
| parent | c25d7be8773f2a2ee643d1d266b02bd2076f04be (diff) | |
split the testsuite to different directories for compiler, runtime and libraries
Diffstat (limited to 'testsuite/compiler/update/ArrityCheck.gf')
| -rw-r--r-- | testsuite/compiler/update/ArrityCheck.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/compiler/update/ArrityCheck.gf b/testsuite/compiler/update/ArrityCheck.gf new file mode 100644 index 000000000..9ee03ba6e --- /dev/null +++ b/testsuite/compiler/update/ArrityCheck.gf @@ -0,0 +1,5 @@ +abstract ArrityCheck = {
+ fun f : Int -> Int -> Int ;
+ def f 0 = \x -> x ;
+ f 1 1 = 0 ;
+}
|
