Extended context filter inward test case with nested class (#274)

This commit is contained in:
Bartek Kryza
2024-06-13 20:13:19 +02:00
parent dca616328c
commit db2bd0417a
3 changed files with 5 additions and 3 deletions

View File

@@ -23,6 +23,10 @@ struct B : public A {
/// @uml{composition[0..1:1..*]}
J j;
struct BB { };
BB *bb;
void a(H *h) { (void)h; }
};