mirror of
https://github.com/cc65/cc65.git
synced 2026-04-20 17:20:49 +00:00
error test for integer constant too large for internal representation
This commit is contained in:
@@ -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