Skip to content

Commit

Permalink
Merge pull request #1277 from 9rnsr/mask8376test
Browse files Browse the repository at this point in the history
Mask test8376
  • Loading branch information
9rnsr committed Nov 10, 2012
2 parents d71edf8 + f7b677b commit e1a466e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/runnable/test42.d
Expand Up @@ -5354,14 +5354,17 @@ void test8340(){
/***************************************************/
// 8376

void test8376() {
void test8376()
{
/+
int i = 0;
int[2] a;
a[1]=1;
while(!a[0]){
if(a[i]) continue;
a[i] = 1;
}
+/
}

/***************************************************/
Expand Down

0 comments on commit e1a466e

Please sign in to comment.