diff options
author | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-19 18:11:35 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-19 18:11:35 +0200 |
commit | 2514cd8a0767804a254addc9ac0ad8da2ce97dda (patch) | |
tree | 9df94006ffdc35a52badd78fbecadd032be4d331 /tests | |
parent | 3c3b96e877dcb121d17da282dc4ca0caadda72b2 (diff) | |
download | scade-analyzer-2514cd8a0767804a254addc9ac0ad8da2ce97dda.tar.gz scade-analyzer-2514cd8a0767804a254addc9ac0ad8da2ce97dda.zip |
Actually, it works.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/source/half.scade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/source/half.scade b/tests/source/half.scade index da90586..541e81c 100644 --- a/tests/source/half.scade +++ b/tests/source/half.scade @@ -1,4 +1,4 @@ -node test(i: int) returns (a, b, probe c: int; exit: bool) +node test(i: int) returns (probe a, probe b, probe c: int; exit: bool) var la, lb: int; half: bool; |