Revise -mdisable-fpregs option and add new -msoft-mult option
[official-gcc.git] / gcc / testsuite / gcc.dg / pr89734.c
blob4dc27548ab2869c88e4152323c8b030270e0d7d4
1 /* PR c/89734 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 typedef const int CI;
6 typedef _Atomic int AI;
8 CI foo (void);
9 const int foo (void);
11 AI baz (void);
12 _Atomic int baz (void);