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