summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-naked.c
blob: bccacc9916f11089b0c853e5578e6d05912cac9b (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -g -emit-llvm -o %t %s
// RUN: grep 'naked' %t

void t1() __attribute__((naked));

void t1()
{
}

OpenPOWER on IntegriCloud