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