brintos

brintos / llvm-project-archived public Read only

0
0
Text · 224 B · 71219f5 Raw
5 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3inline void __attribute__((artificial)) foo(void) {}4void __attribute__((artificial)) bar(void) {} // expected-warning {{'artificial' attribute only applies to inline functions}}5