mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 09:52:44 -04:00
7 lines
212 B
C
7 lines
212 B
C
// RUN: %clang_cc1 -mbackchain -triple s390x-linux -emit-llvm -o - %s | FileCheck %s
|
|
|
|
// CHECK: define void @foo() [[NUW:#[0-9]+]]
|
|
void foo(void) {
|
|
}
|
|
|
|
// CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }
|