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