mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
error test for integer constant too large for internal representation
This commit is contained in:
parent
9a502c69dc
commit
49bd568113
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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user