1 ; Check that we can execute a program that makes a single reference to an
2 ; internal linkage global variable that is zero-initialized.
4 ; Failure may indicate a problem with zero-initialized sections, or data
5 ; sections more generally.
9 @X = internal global i32 0
11 define i32 @main(i32 %argc, i8** %argv) {
13 %0 = load i32, i32* @X