9 lines
203 B
C++
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"
|