1 // { dg-options "-fabi-version=0" } 2 3 #include "20100302.h" 4 main()5 int main() 6 { 7 f(& A<mm128>::t); 8 } 9