mirror of
https://github.com/cc65/cc65.git
synced 2025-08-07 15:25:31 +00:00
error test for integer constant too large for internal representation
This commit is contained in:
7
test/err/huge-integer-constant.c
Normal file
7
test/err/huge-integer-constant.c
Normal file
@@ -0,0 +1,7 @@
|
||||
/* too big for internal integer representation */
|
||||
unsigned long huge = 4294967296;
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user