brintos

brintos / llvm-project-archived public Read only

0
0
Text · 224 B · 59bdd56 Raw
6 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3int foo(void) __attribute__((__minsize__));4 5int var1 __attribute__((__minsize__)); // expected-error{{'__minsize__' attribute only applies to functions and Objective-C methods}}6