1; RUN: llc -mtriple aarch64-windows < %s | FileCheck %s 2 3define i32 @foo() { 4entry: 5 ret i32 1 6} 7 8; CHECK: .globl foo 9