Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
9
third-party/vendor/cexpr/tests/input/fail.h
vendored
Normal file
9
third-party/vendor/cexpr/tests/input/fail.h
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#define FAIL_function_like(x) 3
|
||||
#define FAIL_empty
|
||||
#define FAIL_invalid_for_radix 0b2
|
||||
#define FAIL_shift_by_float 3<<1f
|
||||
#define FAIL_unknown_identifier UNKNOWN
|
||||
#define Int_0 0
|
||||
#define Str_str "str"
|
||||
#define FAIL_concat_integer "test" Str_str Int_0
|
||||
#define FAIL_too_large_int 18446744073709551616
|
||||
Loading…
Add table
Add a link
Reference in a new issue