diff options
Diffstat (limited to 'testsuite/parseko/three.stp')
-rwxr-xr-x | testsuite/parseko/three.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/three.stp b/testsuite/parseko/three.stp new file mode 100755 index 00000000..4db7dd3f --- /dev/null +++ b/testsuite/parseko/three.stp @@ -0,0 +1,5 @@ +#! semtest + +probe foo { + 1 + 2 = 3; # bad lvalue +} |