diff options
Diffstat (limited to 'third_party/git/t/t4034/java/post')
-rw-r--r-- | third_party/git/t/t4034/java/post | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/third_party/git/t/t4034/java/post b/third_party/git/t/t4034/java/post deleted file mode 100644 index 7e8c026cefb0..000000000000 --- a/third_party/git/t/t4034/java/post +++ /dev/null @@ -1,19 +0,0 @@ -Foo() : x(0&42) { bar(x); } -cout<<"Hello World?\n"<<endl; -(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 |