view gcc/testsuite/g++.dg/lto/20100302.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

typedef float mm128 __attribute ((vector_size (16)));

template <class T>
struct A
{
  static T t;
};

void f (mm128 *);