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