forked from OSchip/llvm-project
8 lines
94 B
C++
8 lines
94 B
C++
|
// RUN: %clang_func_map %s -- | FileCheck %s
|
||
|
|
||
|
int f(int) {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
// CHECK: c:@F@f#I#
|