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