blob: 76363dfb1f631167cacf6a62a352adb180a9ba32 [file] [log] [blame]
John Criswelld184c672003-10-27 17:46:42 +00001; RUN: PATH=/usr/bin:/bin/:${PATH}
2; RUN: export PATH
Chris Lattnerf64387d2002-12-23 23:50:35 +00003; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg
4
5%.LC0 = internal global [13 x sbyte] c"Hello World\0A\00"
6
7implementation
8
9declare int %printf(sbyte*, ...)
10
11int %main() {
12 call int(sbyte*, ...)* %printf( sbyte* getelementptr ([13 x sbyte]* %.LC0, long 0, long 0) )
13 ret int 0
14}
15