summaryrefslogtreecommitdiff
path: root/test/Parser/attributes.c
blob: 6815df72b87aa991e78ff5de1756b9dff9d13364 (plain)
1
2
3
4
5
6
// RUN: clang -parse-ast-check %s -pedantic

static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}}
foo (void)
{
}