OSDN Git Service

2007-08-06 Christopher D. Rickett <crickett@lanl.gov>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / torture / type-generic-1.c
1 /* Do the type-generic tests.  Unlike pr28796-2.c, we test these
2    without any fast-math flags.  */
3
4 /* { dg-do run } */
5
6 #include "../tg-tests.h"
7
8 int main(void)
9 {
10   return main_tests ();
11 }