1; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s 2 3@ptr = external global i8, align 1 4@ref = constant i32 ptrtoint (ptr @ptr to i32), align 4 5 6; CHECK: .long ptr{{$}} 7