xref: /llvm-project/clang/test/Index/index-builtin-ppc.cpp (revision 699ae92f045331b555394b8b9757d7e0fbf97100)
1 void testPpc(__vector_quad);
2 // CHECK: USR: c:@F@testPpc#@BT@__vector_quad#
3 
4 void testIBM(__ibm128);
5 // CHECK: USR: c:@F@testIBM#@BT@__ibm128#
6 //
7 // RUN: c-index-test -index-file %s --target=powerpc64 -target-cpu pwr10 | FileCheck %s
8