Skip to content

Commit

Permalink
Move issue 12531 test case to compilable/testfwdref.d
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Mar 29, 2015
1 parent e1db093 commit d178c04
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/compilable/fwdref12531.d

This file was deleted.

16 changes: 16 additions & 0 deletions test/compilable/testfwdref.d
Expand Up @@ -241,3 +241,19 @@ struct S12201b

mixin TM12201;
}

/***************************************************/
// 12531

struct Node12531(T)
{
T _val;
}

void test12531()
{
static struct Foo
{
Node12531!Foo* node;
}
}

0 comments on commit d178c04

Please sign in to comment.