Browse Source

Added a compilation test for the class member of a nested type - that is, when &IntPtr code is generated.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/46/head
Dimitar Dobrev 13 years ago
parent
commit
ca0e67529e
  1. 4
      tests/Basic/Basic.h

4
tests/Basic/Basic.h

@ -15,6 +15,10 @@ public: @@ -15,6 +15,10 @@ public:
class DLL_API Foo2 : public Foo
{
struct Copy {
Foo A;
}* copy;
public:
int C;

Loading…
Cancel
Save