about summary refs log tree commit diff
path: root/third_party/git/t/t4034/objc/post
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4034/objc/post')
-rw-r--r--third_party/git/t/t4034/objc/post18
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/git/t/t4034/objc/post b/third_party/git/t/t4034/objc/post
deleted file mode 100644
index dd5f4218a6..0000000000
--- a/third_party/git/t/t4034/objc/post
+++ /dev/null
@@ -1,18 +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