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