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