add clang
This commit is contained in:
parent
4715742aa8
commit
9a4b261179
890 changed files with 229323 additions and 20 deletions
12
05/tcc-final-old/tests/tests2/84_hex-float.c
Normal file
12
05/tcc-final-old/tests/tests2/84_hex-float.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
extern int printf(const char *format, ...);
|
||||
|
||||
#define ACPI_TYPE_INVALID 0x1E
|
||||
#define NUM_NS_TYPES ACPI_TYPE_INVALID+1
|
||||
int array[NUM_NS_TYPES];
|
||||
|
||||
#define n 0xe
|
||||
int main()
|
||||
{
|
||||
printf("n+1 = %d\n", n+1);
|
||||
// printf("n+1 = %d\n", 0xe+1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue