1 __attribute__((overloadable)) 2 void testFixedPoint(_Accum); 3 // CHECK: USR: c:@F@testFixedPoint#@BT@Accum# 4 5 // RUN: c-index-test -index-file %s -ffixed-point | FileCheck %s 6
1 __attribute__((overloadable)) 2 void testFixedPoint(_Accum); 3 // CHECK: USR: c:@F@testFixedPoint#@BT@Accum# 4 5 // RUN: c-index-test -index-file %s -ffixed-point | FileCheck %s 6