Modify testcase to merit a warning, though no warning is still printed!

llvm-svn: 16029
This commit is contained in:
Chris Lattner 2004-08-24 17:40:02 +00:00
parent b1a014f786
commit 57a2c3bad9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
; RUN: llvm-as < %s | opt -funcresolve -disable-output 2>&1 | grep WARNING ; RUN: llvm-as < %s | opt -funcresolve -disable-output 2>&1 | grep WARNING
%X = external global int %X = external global {long, int }
%Z = global int* %X %Z = global {long, int} * %X
%X = global float 1.0 %X = global float 1.0
%Y = global float* %X %Y = global float* %X