Retro68/gcc/libgomp/testsuite/libgomp.oacc-c++/routine-1-template.C
2017-10-07 02:16:47 +02:00

9 lines
203 B
C

// Templated routine.
// { dg-additional-options "-fno-exceptions" }
#define TEMPLATE template<typename TYPE>
#define RETURN_1 TYPE
#define RETURN_2
#include "../libgomp.oacc-c-c++-common/routine-1.c"