blob: b9046c4c33bd7134b4264200c2961a31ec067004 [file] [log] [blame]
Peter Collingbourne97842312015-06-15 22:16:51 +00001; RUN: not llvm-as -o /dev/null %s 2>&1 | FileCheck %s
2
3; CHECK: error: invalid use of function-only attribute
4declare void @foo(i32 safestack %x)