[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git] / clang / test / Sema / attr-minsize.c
blob59bdd5663ff4db3176c1dab51e33d1d4ebb0ea7f
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 int foo(void) __attribute__((__minsize__));
5 int var1 __attribute__((__minsize__)); // expected-error{{'__minsize__' attribute only applies to functions and Objective-C methods}}