Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/users/joker-eph-python-bindings-maintainers
/
.
/
clang
/
test
/
Sema
/
artificial.c
blob: 71219f547f9293983f05feee2ac44f92dc680c6e [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
inline
void
__attribute__
((
artificial
))
foo
(
void
)
{}
void
__attribute__
((
artificial
))
bar
(
void
)
{}
// expected-warning {{'artificial' attribute only applies to inline functions}}