blob: 101bec2f0456ec7e25ba5c559fcd74424cc4b805 [file] [log] [blame]
; Check that we accept functions with '$' in the name.
;
; RUN: llc -mtriple=s390x-unknown-linux < %s | FileCheck %s
;
define hidden i32 @"_Z54bar$ompvariant$bar"() {
entry:
ret i32 2
}