diff options
Diffstat (limited to 'third_party/git/t/t4034/pascal/post')
-rw-r--r-- | third_party/git/t/t4034/pascal/post | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/third_party/git/t/t4034/pascal/post b/third_party/git/t/t4034/pascal/post new file mode 100644 index 000000000000..8865e6bdddcb --- /dev/null +++ b/third_party/git/t/t4034/pascal/post @@ -0,0 +1,18 @@ +writeln("Hello World?"); +(1) (-1e10) (0xabcdef) 'y' +[x] x->y x.y +!x ~x x++ x-- x*y x&y +x*y x/y x%y +x+y x-y +x<<y x>>y +x<y x<=y x>y x>=y +x==y x!=y +x&y +x^y +x|y +x&&y +x||y +x?y:z +x=y x+=y x-=y x*=y x/=y x%=y x<<=y x>>=y x&=y x^=y x|=y +x,y +x::y |