move test to test/ref
This commit is contained in:
9
test/ref/bug1889-missing-identifier.c
Normal file
9
test/ref/bug1889-missing-identifier.c
Normal file
@@ -0,0 +1,9 @@
|
||||
/* bug 1889 - endless errors due to failure in recovery from missing identifier */
|
||||
|
||||
int enum { a } x;
|
||||
inline enum { b };
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user