summaryrefslogtreecommitdiff
path: root/t/t4034/cpp/post
blob: 4229868ae62b63a08cd89011a5476a493041bcc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Foo() : x(0&42) { bar(x); }
cout<<"Hello World?\n"<<endl;
(1) (-1e10) (0xabcdef) 'y'
[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