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