diff options
Diffstat (limited to 'testsuite/parseko/ifstmt01.stp')
-rwxr-xr-x | testsuite/parseko/ifstmt01.stp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/parseko/ifstmt01.stp b/testsuite/parseko/ifstmt01.stp new file mode 100755 index 00000000..92ebfa7b --- /dev/null +++ b/testsuite/parseko/ifstmt01.stp @@ -0,0 +1,8 @@ +#! stap -p1 + +# missing parens after if statment + +function decl() +{ + if a == b +} |