1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2; Check that we accept functions with '$' in the name.
3;
4; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
5;
6define hidden i32 @"_Z54bar$ompvariant$bar"() {
7entry:
8 ret i32 2
9}
10