forked from OSchip/llvm-project
8 lines
79 B
LLVM
8 lines
79 B
LLVM
|
; RUN: not llvm-as -f %s -o /dev/null
|
||
|
|
||
|
|
||
|
%T = type { int }
|
||
|
|
||
|
declare %T %test()
|
||
|
|