diff options
Diffstat (limited to 'tests/parameter-test.tnsl')
-rw-r--r-- | tests/parameter-test.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parameter-test.tnsl b/tests/parameter-test.tnsl index 254db75..96f6d41 100644 --- a/tests/parameter-test.tnsl +++ b/tests/parameter-test.tnsl @@ -13,6 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. #/ - +;int another = 0 /; loop (int initial = 0, complex = 2) [initial < max || complex < 40, initial++, complex += 7, another += 2] ;/ |