blob: 199c2918d42553ce9ceb11e8a92bc7188c1654a0 [file] [log] [blame]
// RUN: clang-cc -g -emit-llvm -o %t %s &&
// RUN: grep 'noinline' %t
void t1() __attribute__((noinline));
void t1()
{
}