1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Check for successful compilation
6 target triple = "hexagon"
8 ; Function Attrs: nounwind
9 define hidden fastcc void @f0() unnamed_addr #0 {
11 call void @llvm.va_copy(ptr nonnull undef, ptr nonnull undef)
15 ; Function Attrs: nounwind
16 declare void @llvm.va_copy(ptr, ptr) #0
18 attributes #0 = { nounwind }