Remove xfail for hppa*-*-hpux* from stdatomic-flag.c and stdatomic-flag-2.c
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c++ / routine-1-trailing-return-type.C
blob767e0ce46660ee2eb15726d4084586e2deab9466
1 // Routine using trailing return type syntax.
3 #define TEMPLATE
4 #define TYPE int
5 #define RETURN_1 auto
6 #define RETURN_2 -> TYPE
7 #include "../libgomp.oacc-c-c++-common/routine-1.c"