Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / g++.dg / ext / mv12.h
1 // Header file used by mv12.C and mv12-aux.cc.
2
3 int foo () __attribute__ ((target ("default")));
4 int foo () __attribute__ ((target ("sse4.2")));