Clang Project
clang_source_code
/
test
/
Analysis
/
func-mapping-test.cpp
1
// RUN: %clang_extdef_map %s -- | FileCheck %s
2
3
int f(int) {
4
return 0;
5
}
6
7
// CHECK: c:@F@f#I#
8