1 ; Check that the GHC calling convention works (s390x)
2 ; In GHC calling convention a frame pointer is not supported
4 ; RUN: not --crash llc -mtriple=s390x-ibm-linux < %s 2>&1 | FileCheck %s
6 define ghccc void @foo(i64 %0) nounwind {
12 ; CHECK: LLVM ERROR: In GHC calling convention a frame pointer is not supported