diff options
Diffstat (limited to 'test/Parser/types.c')
-rw-r--r-- | test/Parser/types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Parser/types.c b/test/Parser/types.c index 53b9dd5e9e..db8c08303f 100644 --- a/test/Parser/types.c +++ b/test/Parser/types.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -fsyntax-only -verify +// expected-no-diagnostics // Test the X can be overloaded inside the struct. typedef int X; |