mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
Added testcase for some part of PR #1833.
This commit is contained in:
parent
624e5025b0
commit
47ee543fe0
13
test/val/pr1833.c
Normal file
13
test/val/pr1833.c
Normal file
@ -0,0 +1,13 @@
|
||||
/* Test for PR #1833 fixes */
|
||||
|
||||
#define char 1
|
||||
|
||||
#if char && !int && L'A' - L'B' == 'A' - 'B' && L'A' == 'A'
|
||||
#else
|
||||
#error
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user