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