aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/types/float.cpp
blob: 4bc124661aad6771ef23df6228bbc2e8e9b62335 (plain) (blame)
1
2
3
4
5
6
7
8
9
#define T float
#define T_CSTR "float"
#define T_VALUE_1 1100.125
#define T_VALUE_2 2200.250
#define T_VALUE_3 33.00
#define T_VALUE_4 44.00
#define T_PRINTF_FORMAT "%g"

#include "basic_type.cpp"