git-commit-vandalism/t/t4034/cpp/pre

17 lines
247 B
Plaintext
Raw Normal View History

Foo():x(0&&1){}
cout<<"Hello World!\n"<<endl;
1 -1e10 0xabcdef 'x'
[a] b->v d.e
!a ~b c++ d-- e*f g&h
a*b c/d e%f
a+b c-d
a<<b c>>d
a<b c<=d e>f g>=h
a==b c!=d
a^b c|d e&&f
a||b
a?b
a=b c+=d e-=f g*=h i/=j k%=l m<<=n o>>=p q&=r s^=t u|=v
a,b
a::b