Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c++ / routine-1-template.C
blob89defb196b12a60d353ede0b6bea9d62829cfd7d
1 // Templated routine.
3 #define TEMPLATE template<typename TYPE>
4 #define RETURN_1 TYPE
5 #define RETURN_2
6 #include "../libgomp.oacc-c-c++-common/routine-1.c"