diff options
Diffstat (limited to 'test/ASTMerge/Inputs/struct2.c')
-rw-r--r-- | test/ASTMerge/Inputs/struct2.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ASTMerge/Inputs/struct2.c b/test/ASTMerge/Inputs/struct2.c index 402283137a..4b43df71d8 100644 --- a/test/ASTMerge/Inputs/struct2.c +++ b/test/ASTMerge/Inputs/struct2.c @@ -52,3 +52,9 @@ struct DeepError { int value; struct DeeperError { int i; float f; } *Deeper; } xDeep; + +// Matches +struct { + int i; + float f; +} x11; |