re PR bootstrap/77993 (bootstrap failure on PowerPC/Linux)
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c++ / routine-1-template.C
bloba7e0323d44f202a29d72386729b0367c498cbad6
1 // Templated routine.
3 // { dg-additional-options "-fno-exceptions" }
5 #define TEMPLATE template<typename TYPE>
6 #define RETURN_1 TYPE
7 #define RETURN_2
8 #include "../libgomp.oacc-c-c++-common/routine-1.c"