1 ; RUN: llvm-as < %s | opt -anders-aa
4 @.str15 = external global [3 x i8] ; <[3 x i8]*> [#uses=1]
6 declare i8* @strtok(...)
7 declare i8* @memmove(...)
9 define void @test1(i8* %want1) nounwind {
11 %0 = call i8* (...)* @strtok(i32 0, i8* getelementptr ([3 x i8]* @.str15, i32 0, i32 0)) nounwind ; <i8*> [#uses=0]
15 define void @test2() nounwind {
17 %0 = call i8* (...)* @memmove()