repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Sema
/
attr-minsize.c
blob
59bdd5663ff4db3176c1dab51e33d1d4ebb0ea7f
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
int
foo
(
void
)
__attribute__
((
__minsize__
));
4
5
int
var1
__attribute__
((
__minsize__
));
// expected-error{{'__minsize__' attribute only applies to functions and Objective-C methods}}