brintos

brintos / llvm-project-archived public Read only

0
0
Text · 251 B · ebb52c2 Raw
5 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify -Wattributes %s2 3int x __attribute__((foobar)); // expected-warning {{unknown attribute 'foobar' ignored}}4void z(void) __attribute__((bogusattr)); // expected-warning {{unknown attribute 'bogusattr' ignored}}5