aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20100302_1.C
blob: 48548b63ae93d9eedd2731cabc6e2695150586b1 (plain)
1
2
3
4
5
6
7
8
// { dg-options "-fabi-version=0" }

#include "20100302.h"

int main()
{
  f(& A<mm128>::t);
}