move test to test/ref

This commit is contained in:
Bob Andrews
2022-11-11 21:22:20 +01:00
parent 9c48c0ab8a
commit ace39197e5
4 changed files with 2 additions and 6 deletions

View 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;
}