tccpp: tcc_warning("extra tokens after directive")
[tinycc.git] / tests / tests2 / 84_hex-float.c
blob0ef09bfc2d442c46be3ddd74a8c472ddb71d82ad
1 extern int printf(const char *format, ...);
3 #define ACPI_TYPE_INVALID 0x1E
4 #define NUM_NS_TYPES ACPI_TYPE_INVALID+1
5 int array[NUM_NS_TYPES];
7 #define n 0xe
8 int main()
10 printf("n+1 = %d\n", n+1);
11 // printf("n+1 = %d\n", 0xe+1);