1 ; RUN: not --crash llc < %s -mtriple=s390x-linux-gnu -argext-abi-check 2>&1 \
5 ; Test detection of missing extension of an i16 return value.
7 define i16 @callee_MissingRetAttr() {
11 ; CHECK: ERROR: Missing extension attribute of returned value from function:
12 ; CHECK: i16 @callee_MissingRetAttr()
13 ; CHECK: UNREACHABLE executed