1 ; RUN: not --crash llc -mtriple=riscv64 -mattr=+f,+d -verify-machineinstrs -filetype=null < %s 2>&1 | FileCheck %s
2 ; RUN: not --crash llc -mtriple=riscv32 -mattr=+f,+d -verify-machineinstrs -filetype=null < %s 2>&1 | FileCheck %s
4 define ghccc ptr @nest_receiver(ptr nest %arg) nounwind {
8 define ghccc ptr @nest_caller(ptr %arg) nounwind {
9 %result = call ghccc ptr @nest_receiver(ptr nest %arg)
13 ; CHECK: LLVM ERROR: Attribute 'nest' is not supported in GHC calling convention