diff options
Diffstat (limited to 'test/FixIt/fixit.c')
-rw-r--r-- | test/FixIt/fixit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/FixIt/fixit.c b/test/FixIt/fixit.c index 00adb19..6443fe5 100644 --- a/test/FixIt/fixit.c +++ b/test/FixIt/fixit.c @@ -115,3 +115,5 @@ struct noSemiAfterStruct { enum noSemiAfterEnum { e1 } // expected-error {{expected ';' after enum}} + +int PR17175 __attribute__((visibility(hidden))); // expected-error {{'visibility' attribute requires a string}} |