Files
c3c/test/test_suite/floats/parse_hex_float.c3
2025-08-05 13:09:53 +02:00

5 lines
105 B
Plaintext

fn void main()
{
$echo $typeof(0X00.).nameof; // #error: Hex floating points must end with 'p' or 'P'
}