(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
20100302.h
       1  typedef float mm128 __attribute ((vector_size (16)));
       2  
       3  template <class T>
       4  struct A
       5  {
       6    static T t;
       7  };
       8  
       9  void f (mm128 *);