mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
c00cb67037
See https://reviews.llvm.org/D26392 Patch by @maleadt llvm-svn: 287044
8 lines
140 B
LLVM
8 lines
140 B
LLVM
; RUN: llvm-as %s -o %t.bc
|
|
; RUN: llvm-c-test --test-function-attributes < %t.bc
|
|
; This used to segfault
|
|
|
|
define void @X() {
|
|
ret void
|
|
}
|