Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / Generic / GC / badreadproto.ll
blob4fe90b90833a15c615a1ab8f080f479fc8ddbe0f
1 ; RUN: not llvm-as < %s >& /dev/null
3         %list = type { i32, %list* }
5 ; This usage is invalid now; instead, objects must be bitcast to i8* for input
6 ; to the gc intrinsics.
7 declare %list* @llvm.gcread(%list*, %list**)
9 define %list* @tl(%list* %l) gc "example" {
10         %hd.ptr = getelementptr %list* %l, i32 0, i32 0
11         %hd = call %list* @llvm.gcread(%list* %l, %list** %hd.ptr)
12         ret i32 %tmp