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