Added testcase for some part of PR #1833.
This commit is contained in:
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user