forked from OSchip/llvm-project
parent
f823dd2ef7
commit
ff37d94e6f
|
@ -14,3 +14,7 @@ void foo() __attribute__((const));
|
|||
|
||||
// CHECK: void bar() __attribute__((__const));
|
||||
void bar() __attribute__((__const));
|
||||
|
||||
// FIXME: Print this with correct format and order.
|
||||
// CHECK: void foo1() __attribute__((pure)) __attribute__((noinline));
|
||||
void foo1() __attribute__((noinline, pure));
|
||||
|
|
Loading…
Reference in New Issue