summaryrefslogtreecommitdiffstats
path: root/test/Analysis/func-mapping-test.cpp
blob: a5d7cfb449c75edd008f95126404036a428ff778 (plain)
1
2
3
4
5
6
7
// RUN: %clang_extdef_map %s -- | FileCheck %s

int f(int) {
  return 0;
}

// CHECK: c:@F@f#I#