diff options
Diffstat (limited to 'test/testdata/parse-okay-inherits.exp')
-rw-r--r-- | test/testdata/parse-okay-inherits.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdata/parse-okay-inherits.exp b/test/testdata/parse-okay-inherits.exp new file mode 100644 index 0000000..1355527 --- /dev/null +++ b/test/testdata/parse-okay-inherits.exp | |||
@@ -0,0 +1 @@ | |||
(let b = 2; c = { }; in { inherit b; inherit (c) d e; a = 1; f = 3; }) | |||