xref: /llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/avr_function_name.ll (revision 2d7aa149a40b22f3d6721ec7e970ec09a77f8173)
1; Check that we accept functions with '$' in the name.
2
3; RUN: llc -mtriple=avr < %s | FileCheck %s
4
5define hidden i8 @"_Z54bar$ompvariant$bar"() {
6entry:
7  ret i8 2
8}
9