Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / index-builtin-fixedpoint.c
blob5fe09dadd1e14f7c8e125b2deeb0f3d4fdea9e24
1 __attribute__((overloadable))
2 void testFixedPoint(_Accum);
3 // CHECK: USR: c:@F@testFixedPoint#@BT@Accum#
5 // RUN: c-index-test -index-file %s -ffixed-point | FileCheck %s