1 // RUN: %clang_func_map %s -- | FileCheck %s
2 
3 int f(int) {
4   return 0;
5 }
6 
7 // CHECK: c:@F@f#I#
8