remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / Verifier / gcwrite-ptrptr.ll
blob1f60becc332712f3236c887a327085f8e3b9b387
1 ; RUN: not llvm-as < %s >& /dev/null
2 ; PR1633
4 %meta = type { i8* }
5 %obj = type { %meta* }
7 declare void @llvm.gcwrite(%obj*, %obj*, %obj*)
9 define void @f() {
10 entry:
11         call void @llvm.gcwrite(%obj* null, %obj* null, %obj* null)
12         ret void