blob: 8ef687479a19c0df6b43f9637b31297897463582 [file] [log] [blame]
Francis Visoiu Mistrihb213b272017-12-18 17:38:03 +00001; RUN: llc -mtriple=x86_64-unknown-unknown -stop-after branch-folder -o - %s 2>&1 | FileCheck %s
2
3define void @"\01?f@@YAXXZ"() {
4; CHECK: name: "\x01?f@@YAXXZ"
5 ret void
6}