Remove xfail for hppa*-*-hpux* from stdatomic-flag.c and stdatomic-flag-2.c
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c++ / routine-1-template-auto.C
blob17bdaa0c1c16851ebf1612685283526c40b68954
1 // Templated routine with "auto" return type.
3 #define TEMPLATE template<typename TYPE>
4 #define RETURN_1 auto
5 #define RETURN_2
6 #include "../libgomp.oacc-c-c++-common/routine-1.c"