blob: 82859000060e222c815daacdce8133c2bb6f1b1d [file] [log] [blame]
Dylan McKaye8232d72017-02-08 05:09:26 +00001// RUN: %clang_cc1 -triple avr-unknown-unknown -emit-llvm %s -o - | FileCheck %s
2
3// CHECK: define void @foo() #0
4__attribute__((signal)) void foo(void) { }
5
6// CHECK: attributes #0 = {{{.*signal.*}}}