Added test case for sequence diagram with multiple translation units
This commit is contained in:
12
tests/t20014/include/t20014_a.h
Normal file
12
tests/t20014/include/t20014_a.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace clanguml {
|
||||
namespace t20014 {
|
||||
|
||||
struct A {
|
||||
int a1(int i, int j);
|
||||
int a2(int i, int j);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user