aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/mv12-aux.cc
blob: 611c679bbc4a6cc70d8d1c39d41bb1ac15f79ef6 (plain)
1
2
3
4
5
6
7
8
9
10
// Test case to check if multiversioning works as expected when the versions
// are defined in different files. Auxiliary file for mv12.C.

#include "mv12.h"

__attribute__ ((target ("sse4.2")))
int foo ()
{
  return 1;
}