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
6define hidden i32 @"_Z54bar$ompvariant$bar"() {
7entry:
8  ret i32 2
9}
10