1 // RUN: %clang_cc1 -triple arm-none-eabi -ffreestanding -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -triple aarch64 -ffreestanding -emit-llvm -o - %s | FileCheck %s
14 // CHECK: @g = external global %struct.T, align 4
15 // CHECK: %{{.*}} = load i64, ptr @g, align 4