1; Check that we accept functions with '$' in the name. 2 3; RUN: llc -mtriple=aarch64-unknown-linux < %s | FileCheck --check-prefix=LINUX %s 4; RUN: llc -mtriple=aarch64-apple-darwin < %s | FileCheck --check-prefix=DARWIN %s 5; RUN: llc -mtriple=arm64-apple-macosx < %s | FileCheck --check-prefix=DARWIN %s 6 7define hidden i32 @"_Z54bar$ompvariant$bar"() { 8entry: 9 ret i32 2 10} 11