Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Jul 20, 2013
1 parent a134b4d commit a7b8531
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/runnable/interpret.d
Expand Up @@ -3082,6 +3082,19 @@ void test9954()
assert(b9954.foo() == "hello");
}

/************************************************/
struct S10669 { uint x; }

static const S10669 iid0_10669 = S10669(0);

class C10669
{
static const S10669 iid1_10669 = S10669(1);
};

const S10669 IID0_10669 = iid0_10669;
const S10669 IID1_10669 = C10669.iid1_10669;

/************************************************/

TypeInfo getTi()
Expand Down

0 comments on commit a7b8531

Please sign in to comment.