about summary refs log tree commit diff
path: root/third_party/git/t/t4034/csharp/pre
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4034/csharp/pre')
-rw-r--r--third_party/git/t/t4034/csharp/pre18
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/git/t/t4034/csharp/pre b/third_party/git/t/t4034/csharp/pre
deleted file mode 100644
index 9106d63e87..0000000000
--- a/third_party/git/t/t4034/csharp/pre
+++ /dev/null
@@ -1,18 +0,0 @@
-Foo():x(0&&1){}
-cout<<"Hello World!\n"<<endl;
-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