Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lutin
Commits
e53b6f05
Commit
e53b6f05
authored
Jul 02, 2019
by
erwan
Browse files
Test: add an example that triggers the problem
parent
b4f2666e
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/Bug/freevar.lut
0 → 100644
View file @
e53b6f05
-- ok works fine, but not ko:
node
ko
()
returns
(
b
:
int
[
0
;
0
];
a
:
int
)
=
a
=
b
node
ok
()
returns
(
a
:
int
[
0
;
0
];
b
:
int
)
=
a
=
b
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment