[Github] Label lldb-dap PRs (#125139)
[llvm-project.git] / clang / test / CodeGen / avr / attributes / signal.c
blob976b11abb8b82fbf7308fa673cf12b859006dd9f
1 // RUN: %clang_cc1 -triple avr-unknown-unknown -emit-llvm %s -o - | FileCheck %s
3 // CHECK: define{{.*}} void @foo(){{.*}}#0
4 __attribute__((signal)) void foo(void) { }
6 // CHECK: attributes #0 = {{{.*signal.*}}}