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