summaryrefslogtreecommitdiff
path: root/t/t4034/cpp/post
diff options
context:
space:
mode:
Diffstat (limited to 't/t4034/cpp/post')
-rw-r--r--t/t4034/cpp/post10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/t4034/cpp/post b/t/t4034/cpp/post
index 64e78afbfb..f1b6f3c228 100644
--- a/t/t4034/cpp/post
+++ b/t/t4034/cpp/post
@@ -1,16 +1,16 @@
Foo() : x(0&42) { bar(x.Find); }
cout<<"Hello World?\n"<<endl;
-(1 +1e10 0xabcdef) '.'
+(1 +1e10 0xabcdef) '2'
// long double
-3.141'592'654e+10l
+3.141592654e+10l
// float
120E6f
// hex
-0xdead'Beaf+7ULL
+0xdeaf'1eaf+7ULL
// octal
-0123'4560
+01234560
// binary
-0b11'00+e1
+0b1100+e1
// expression
1.5-e+3+f
// another one