testcase related to bug #1888
This commit is contained in:
10
test/misc/int-static-1888.c
Normal file
10
test/misc/int-static-1888.c
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
/* bug #1888 - The compiler doesn't accept valid data declarations */
|
||||
|
||||
/* The following is a valid declaration but not accepted by the compiler */
|
||||
int static a;
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user