diff options
Diffstat (limited to 'test/ASTMerge/var.c')
-rw-r--r-- | test/ASTMerge/var.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ASTMerge/var.c b/test/ASTMerge/var.c index 98ad7ab4a0..06bebd5ee8 100644 --- a/test/ASTMerge/var.c +++ b/test/ASTMerge/var.c @@ -7,3 +7,5 @@ // CHECK: var2.c:3:5: error: external variable 'x2' declared with incompatible types in different translation units ('int' vs. 'double') // CHECK: In file included from{{.*}}var1.c:3: // CHECK: var1.h:1:8: note: declared here with type 'double' +// CHECK: error: external variable 'xarray3' declared with incompatible types in different translation units ('int [17]' vs. 'int [18]') +// CHECK: var1.c:7:5: note: declared here with type 'int [18]' |