PP: Address #737: accept 'h'/'H' floating-point suffix more broadly.
This commit is contained in:
@@ -243,4 +243,6 @@ void voidTernary()
|
||||
b ? foo121111() : foo12111();
|
||||
b ? foo121111() : 4; // ERROR
|
||||
b ? 3 : foo12111(); // ERROR
|
||||
}
|
||||
}
|
||||
|
||||
float halfFloat1 = 1.0h; // syntax ERROR
|
||||
|
||||
Reference in New Issue
Block a user