; Make sure that the ds-opt pass is constantizing globals ; ; RUN: as < %s | opt -ds-opt | dis | grep %G | grep constant %G = internal global int 0 ; [#uses=2] implementation ; Functions: int %main() { %A = load int* %G ret int %A }