mirror of
https://github.com/darlinghq/class-dump.git
synced 2024-11-27 06:10:25 +00:00
Added expected output for this test case.
This commit is contained in:
parent
7f3e126430
commit
78083e76c3
22
UnitTests/shud14-out.txt
Normal file
22
UnitTests/shud14-out.txt
Normal file
@ -0,0 +1,22 @@
|
||||
struct IPAlbumList {
|
||||
void **;
|
||||
struct vector<Album*,std::allocator<Album*>>;
|
||||
struct _opaque_pthread_mutex_t;
|
||||
};
|
||||
|
||||
struct _opaque_pthread_mutex_t {
|
||||
long;
|
||||
char [40];
|
||||
};
|
||||
|
||||
struct vector<Album*,std::allocator<Album*>> {
|
||||
struct {
|
||||
struct {
|
||||
id *;
|
||||
id *;
|
||||
id *;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
struct IPAlbumList *var;
|
Loading…
Reference in New Issue
Block a user