checking if a type was already defined
This commit is contained in:
parent
2f5dfe381e
commit
135baed51e
2 changed files with 7 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ struct a {
|
|||
}
|
||||
|
||||
struct b {
|
||||
c ciao,
|
||||
u32 ciao,
|
||||
}
|
||||
|
||||
struct c {
|
||||
b test,
|
||||
u32 test,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue