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