aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/predefine_small.c
blob: b1362845cf51020190ad9227c4ada530a2678e6b (plain)
1
2
3
4
5
6
7
/* { dg-skip-if "Code model already defined" { aarch64_tiny || aarch64_large } } */

#ifdef __AARCH64_CMODEL_SMALL__
  int dummy;
#else
  #error
#endif