diff options
Diffstat (limited to 'clang/test/Sema/function.c')
-rw-r--r-- | clang/test/Sema/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/function.c b/clang/test/Sema/function.c index fa998300fef..77557c94085 100644 --- a/clang/test/Sema/function.c +++ b/clang/test/Sema/function.c @@ -64,7 +64,7 @@ struct incomplete_test a(void) {} // expected-error{{incomplete result type 'str extern __inline -__attribute__((__gnu_inline__)) // expected-warning{{'gnu_inline' attribute is overridden by 'extern inline', attribute ignored}} expected-warning{{extension used}} +__attribute__((__gnu_inline__)) // expected-warning{{extension used}} void gnu_inline1() {} void |