Skip to content

Commit

Permalink
One more test that doesn't compile but should
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfru committed May 20, 2018
1 parent ece0e2d commit fb3a18f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v0100/tests/bugs/ncompile/010.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
extern int a[4];

int a[] = { 1 }; // doesn't compile

int main(void)
{
return 0;
}

0 comments on commit fb3a18f

Please sign in to comment.