• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3; CHECK: <stdin>:[[@LINE+1]]:8: error: invalid use of parameter-only attribute{{$}}
4define byref 8 i8* @test_byref() {
5  ret void
6}
7