summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/umips-attr.c
blob: f8c4517c5604279d52dd388699bf347e31495f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-options "(-mmicromips)" } */

int MICROMIPS
foo (int a)
{
  return a;
}

int NOMICROMIPS
foo2 (int a)
{
  return a;
}