bolt/deps/llvm-18.1.8/clang/test/Index/index-builtin-fixedpoint.c

6 lines
171 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
__attribute__((overloadable))
void testFixedPoint(_Accum);
// CHECK: USR: c:@F@testFixedPoint#@BT@Accum#
// RUN: c-index-test -index-file %s -ffixed-point | FileCheck %s