diff options
Diffstat (limited to 'testsuite/parseko/functiondecl05.stp')
-rwxr-xr-x | testsuite/parseko/functiondecl05.stp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/parseko/functiondecl05.stp b/testsuite/parseko/functiondecl05.stp new file mode 100755 index 00000000..1406769d --- /dev/null +++ b/testsuite/parseko/functiondecl05.stp @@ -0,0 +1,7 @@ +#! stap -p1 + +# bad function declaration - bad parameter list +function decl(*) +{ + return 0 +} |