Fix some issues with signedness in preprocessor expressions. Do also disallow
comma expressions since the aren't compliant and collide with macro invocations.
This commit is contained in:
3
test/err/bug2523.c
Normal file
3
test/err/bug2523.c
Normal file
@@ -0,0 +1,3 @@
|
||||
#if (1, 0) < 0
|
||||
#error
|
||||
#endif
|
||||
Reference in New Issue
Block a user