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