diff options
Diffstat (limited to 'testsuite/tests/parsetree/source.ml')
-rw-r--r-- | testsuite/tests/parsetree/source.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/parsetree/source.ml b/testsuite/tests/parsetree/source.ml index 2d55b8214a..82bb8d697a 100644 --- a/testsuite/tests/parsetree/source.ml +++ b/testsuite/tests/parsetree/source.ml @@ -7441,3 +7441,5 @@ f object method f = 1 end let g y = let f ~y = y + 1 in f ~(y:int) + +let goober a = match a with C (type a b) y -> y |