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