diff options
Diffstat (limited to 'testsuite/parseko/forstmt02.stp')
-rwxr-xr-x | testsuite/parseko/forstmt02.stp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/parseko/forstmt02.stp b/testsuite/parseko/forstmt02.stp new file mode 100755 index 00000000..e560a654 --- /dev/null +++ b/testsuite/parseko/forstmt02.stp @@ -0,0 +1,9 @@ +#! stap -p1 + +# no ';' following for initialization + +function decl() +{ + for (i = 0) + j = i +} |