forked from OSchip/llvm-project
parent
ae986d5ac7
commit
43ec2ce473
|
@ -0,0 +1,6 @@
|
||||||
|
// RUN: clang -fsyntax-only %s
|
||||||
|
|
||||||
|
static __inline void __attribute__((__always_inline__, __nodebug__))
|
||||||
|
foo (void)
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue