aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/index-builtin-fixedpoint.c
blob: 5fe09dadd1e14f7c8e125b2deeb0f3d4fdea9e24 (plain)
1
2
3
4
5
__attribute__((overloadable))
void testFixedPoint(_Accum);
// CHECK: USR: c:@F@testFixedPoint#@BT@Accum#

// RUN: c-index-test -index-file %s -ffixed-point | FileCheck %s